Sha256: 8472a6b7a7bfe69941317b2902bb8c7dd8967dc6c5f858a3764ec47f0fca3b7e
Contents?: true
Size: 339 Bytes
Versions: 11
Compression:
Stored size: 339 Bytes
Contents
%h2 = t('busy_topics') %ul - Topic.most_commented(10).each do |topic| %li = link_to topic.name, forum_topic_url(topic.forum, topic), :class => 'title' %br = t('started_by') = link_to(topic.reader.name, reader_url(topic.reader)) + ', ' = t('now_has') = topic.posts.count = t('posts') + '.'
Version data entries
11 entries across 11 versions & 1 rubygems