From de420209abd4c49b018d9cf4c6ecc552d2963623 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 26 Feb 2013 23:03:12 -0800 Subject: [PATCH] add edit link to tag listing --- app/views/tags/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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 %>