fixes #225
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<% @tags.each do |tag| %>
|
<% @tags.each do |tag| %>
|
||||||
<tr>
|
<tr>
|
||||||
<td><%= tag.post_count %></td>
|
<td><%= tag.post_count %></td>
|
||||||
<td class="tag-category-<%= tag.category_name %>">
|
<td class="category-<%= tag.category %>">
|
||||||
<%= link_to("?", wiki_pages_path(:title => tag.name)) %>
|
<%= link_to("?", 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user