From 384cb7bda8e123575732b339e06ca9a14af55373 Mon Sep 17 00:00:00 2001 From: Lee Lawlor Date: Mon, 14 Jul 2014 13:03:27 -0400 Subject: [PATCH] show public/private status of plugins --- app/views/plugins/index.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' %>