From fb2d3f69150e43a19fd727b07016e6c76220c596 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 7 Jan 2012 21:20:38 -0500 Subject: [PATCH] fixes #225 --- app/views/tags/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) %>