colorize tags in intro page

This commit is contained in:
Toks 2013-06-28 10:04:17 -04:00
parent 7a764b5047
commit 4e31d8f043

View File

@ -14,7 +14,7 @@
<% @presenter.each do |tag, post_set| %>
<div class="posts">
<h2><%= link_to tag, posts_path(:tags => tag) %></h2>
<h2><%= link_to tag, posts_path(:tags => tag), :class => "tag-type-3" %></h2>
<%= post_set.presenter.post_previews_html(self) %>
<div class="clearfix"></div>
</div>