diff --git a/app/views/tag_aliases/_listing.html.erb b/app/views/tag_aliases/_listing.html.erb index 92ce141cc..e179d3c71 100644 --- a/app/views/tag_aliases/_listing.html.erb +++ b/app/views/tag_aliases/_listing.html.erb @@ -28,7 +28,7 @@ | <%= link_to "Edit", edit_tag_alias_path(tag_alias) %> <% end %> - <% if tag_alias.is_pending? && tag_alias.editable_by?(CurrentUser.user) %> + <% if tag_alias.deletable_by?(CurrentUser.user) %> | <%= link_to "Delete", tag_alias_path(tag_alias), :remote => true, :method => :delete, :data => {:confirm => "Are you sure you want to delete this alias?"} %> <% end %> diff --git a/app/views/tag_implications/_listing.html.erb b/app/views/tag_implications/_listing.html.erb index 8f0a194c2..ffe0006da 100644 --- a/app/views/tag_implications/_listing.html.erb +++ b/app/views/tag_implications/_listing.html.erb @@ -11,8 +11,8 @@
<% tag_implications.each do |tag_implication| %>