<%= t('widget.posts') %>

Latest forum posts
    <% Topic.recent_topics.each do |topic| %>
  1. <%= link_to shorten(topic, 28), lastpost(topic) %>
  2. <% end %>
Latest comments
    <% Comment.recent.filtered.each do |comment| %>
  1. <%= namelink comment.commentable, 15 %> by <%= namelink comment.user, 10 %>
  2. <% end %>