diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 26012f28c..8afbb16a8 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -1,32 +1,20 @@
| Count | -Name | -- |
|---|---|---|
| <%= tag.post_count %> | -- <%= link_to_wiki "?", tag.name %> - <%= link_to(tag.name, posts_path(:tags => tag.name)) %> - | -- <%= link_to_if tag.editable_by?(CurrentUser.user), "edit", edit_tag_path(tag) %> | - <%= link_to "history", post_versions_path(search: { changed_tags: tag.name }) %> | - <%= link_to "related", related_tag_path(search: { query: tag.name }) %> | - <%= link_to "similar", tags_path(search: { fuzzy_name_matches: tag.name, order: :similarity }) %> - | -