mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Adds some styling for crawler view
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user