fix tag impl listing

This commit is contained in:
r888888888
2013-07-26 17:37:53 -07:00
parent 80c1c13ce3
commit 29e8feb287

View File

@@ -30,7 +30,7 @@
</td>
<td id="tag-implication-status-for-<%= tag_implication.id %>"><%= tag_implication.status %></td>
<td>
<% 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? %>