From e815f46d2a9d9cac38b6cc61507748f7c60c024d Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 10 Sep 2019 14:35:38 -0500 Subject: [PATCH] /meta_searches/tags: fix tag_alias_correction_path reference. Tag alias corrections were removed in #4130. Fixes exception on /meta_searches/tags. --- app/views/meta_searches/tags.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/meta_searches/tags.html.erb b/app/views/meta_searches/tags.html.erb index 25351df5e..220124a71 100644 --- a/app/views/meta_searches/tags.html.erb +++ b/app/views/meta_searches/tags.html.erb @@ -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 %> <% end %>