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