/meta_searches/tags: fix tag_alias_correction_path reference.

Tag alias corrections were removed in #4130. Fixes exception on /meta_searches/tags.
This commit is contained in:
evazion
2019-09-10 14:35:38 -05:00
parent a1b48f5e3f
commit e815f46d2a

View File

@@ -70,10 +70,6 @@
<% if CurrentUser.is_admin? && tag_alias.is_pending? %>
| <%= link_to "Approve", approve_tag_alias_path(tag_alias), :remote => true, :method => :post %>
<% end %>
<% if CurrentUser.is_builder? %>
| <%= link_to "Fix", tag_alias_correction_path(:tag_alias_id => tag_alias.id) %>
<% end %>
</td>
</tr>
<% end %>