diff --git a/app/views/plugins/index.html.erb b/app/views/plugins/index.html.erb index a0d90e0..e9c500e 100644 --- a/app/views/plugins/index.html.erb +++ b/app/views/plugins/index.html.erb @@ -12,7 +12,10 @@ <% @plugins.each do |p| %> - <%= p.name %> + + + <%= p.name %> + <%= link_to t(:view).downcase, plugin_path(p.id), :target => '_blank' %>