diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index fd430e10a..c305a1fe4 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -5,6 +5,7 @@ Count Name + @@ -15,6 +16,7 @@ <%= link_to("?", wiki_pages_path(:title => tag.name)) %> <%= link_to(tag.name, posts_path(:tags => tag.name)) %> + <%= link_to "edit", edit_tag_path(tag) %> <% end %>