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)) %>