From 31464d54b55fae1d0a39e90e9db1e30ed0c9af7f Mon Sep 17 00:00:00 2001 From: Toks Date: Fri, 26 Apr 2013 13:26:01 -0400 Subject: [PATCH] fixes #1444 --- 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 544b19012..b5265f261 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -14,7 +14,7 @@ <%= tag.post_count %> - <%= link_to("?", wiki_pages_path(:title => tag.name)) %> + <%= link_to("?", show_or_new_wiki_pages_path(:title => tag.name)) %> <%= link_to(tag.name, posts_path(:tags => tag.name)) %>