fix coloring for tags

This commit is contained in:
albert
2011-12-07 16:53:48 -05:00
parent 8e3a6c5923
commit 746901357a
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<h1>Recent Changes (<%= link_to "all", wiki_pages_path(:meta_sort => "updated_at.desc") %>)</h1>
<ul>
<% WikiPage.recent.each do |page| %>
<li class="tag-category-<%= page.category_name %>"><%= link_to page.pretty_title, wiki_page_path(page) %></li>
<li class="category-<%= page.category_name %>"><%= link_to page.pretty_title, wiki_page_path(page) %></li>
<% end %>
</ul>
</section>