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