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