FEATURE: improve no-js topic list information

- Provide links to pages
- Provied link to last topic
This commit is contained in:
Sam Saffron
2015-06-10 00:28:01 +10:00
parent e3f31da861
commit 5db768b69f
2 changed files with 22 additions and 1 deletions

View File

@@ -21,10 +21,11 @@
<a href='<%= t.relative_url %>' itemprop='item'>
<span itemprop='name'><%= t.title %></span>
</a>
<%= page_links(t) %>
<% if !@category && t.category %>
<span>[<a href='<%= t.category.url %>'><%= t.category.name %></a>]</span>
<% end %>
<span title='<%= t 'posts' %>'>(<%= t.posts_count %>)</span>
<span title='<%= t 'posts' %>'>(<a href="<%=t.last_post_url%>"><%= t.posts_count %></a>)</span>
</div>
<% end %>
</div>