<%= t 'js.topic.title' %> | <%= t 'js.replies' %> | <%= t 'js.views' %> | <%= t 'js.activity' %> | |
---|---|---|---|---|
<%= t.title %>
<% if (!@category || @category.has_children?) && t.category && !t.category.uncategorized? %>
<%= t.category.name %>
<% end %>
<% if tags = t.visible_tags(guardian) %>
<% end %>
|
'><%= t.posts_count - 1 %> | '><%= t.views %> | <%= I18n.l(t.last_posted_at || t.created_at, format: :date_only) %> |