forked from e621ng/e621ng
colorize tags in intro page
This commit is contained in:
parent
7a764b5047
commit
4e31d8f043
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user