This commit is contained in:
Toks
2014-01-08 14:40:07 -05:00
parent 1a70b9fb97
commit 929408a421
3 changed files with 12 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<tbody>
<% @tags.each do |tag| %>
<tr>
<td><%= tag.post_count %></td>
<td style="<%= tag_post_count_style(tag) %>"><%= tag.post_count %></td>
<td class="category-<%= tag.category %>">
<%= link_to("?", show_or_new_wiki_pages_path(:title => tag.name)) %>
<%= link_to(tag.name, posts_path(:tags => tag.name)) %>