fix tag impl listing
This commit is contained in:
@@ -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? %>
|
||||
|
||||
Reference in New Issue
Block a user