From 29e8feb2870962e13417a0399638e4071b0bfc11 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 26 Jul 2013 17:37:53 -0700 Subject: [PATCH] fix tag impl listing --- app/views/tag_implications/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag_implications/index.html.erb b/app/views/tag_implications/index.html.erb index 59db669d6..68421cfc2 100644 --- a/app/views/tag_implications/index.html.erb +++ b/app/views/tag_implications/index.html.erb @@ -30,7 +30,7 @@ <%= tag_implication.status %> - <% if CurrentUser.deletable_by?(CurrentUser.user) %> + <% if tag_implication.deletable_by?(CurrentUser.user) %> <%= link_to "Delete", tag_implication_path(tag_implication), :remote => true, :method => :delete, :confirm => "Are you sure you want to delete this implication?" %> <% end %> <% if CurrentUser.user.is_admin? && tag_implication.is_pending? %>