fixes #1444
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<tr>
|
||||
<td><%= tag.post_count %></td>
|
||||
<td class="category-<%= tag.category %>">
|
||||
<%= 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)) %>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user