ref: master
app/views/search/_full_forum.html.erb
<%= _("Last topics") %> | <% r = forum.children.no_feeds.latest.limit(3) %>"> <% r.each do |a| %> <%= link_to a.title, a.view_url, :class => 'search-forum-sample-item '+icon_for_article(a) %> <% end %> <%= _('None') if r.empty? %> |