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) %>