Adds some styling for crawler view

This commit is contained in:
Rafael dos Santos Silva
2016-11-14 18:32:59 -02:00
parent 0d295cc7b9
commit 24227af9e8
4 changed files with 32 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
<a href='<%= t.relative_url %>' itemprop='item'>
<span itemprop='name'><%= t.title %></span>
</a>
<%= page_links(t) %>
<span class="page-links"><%= page_links(t) %></span>
<% if (!@category || @category.has_children?) && t.category %>
<span class='category'>[<a href='<%= t.category.url %>'><%= t.category.name %></a>]</span>
<% end %>