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? %>
|