From 4e31d8f043593ea57c32ee186651c6bfdd418ae3 Mon Sep 17 00:00:00 2001 From: Toks Date: Fri, 28 Jun 2013 10:04:17 -0400 Subject: [PATCH] colorize tags in intro page --- app/views/explore/posts/intro.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/explore/posts/intro.html.erb b/app/views/explore/posts/intro.html.erb index ada591395..eb7747cc5 100644 --- a/app/views/explore/posts/intro.html.erb +++ b/app/views/explore/posts/intro.html.erb @@ -14,7 +14,7 @@ <% @presenter.each do |tag, post_set| %>
-

<%= link_to tag, posts_path(:tags => tag) %>

+

<%= link_to tag, posts_path(:tags => tag), :class => "tag-type-3" %>

<%= post_set.presenter.post_previews_html(self) %>