diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 0ea52aa3b..fd430e10a 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -11,7 +11,7 @@ <% @tags.each do |tag| %> <%= tag.post_count %> - + <%= link_to("?", wiki_pages_path(:title => tag.name)) %> <%= link_to(tag.name, posts_path(:tags => tag.name)) %>