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

Version Path
radiant-forum-extension-2.1.6 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.1.4 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.1.3 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.1.2 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.1.1 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.0.9 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.0.8 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.0.7 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.0.6 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.0.5 app/views/topics/_busiest.html.haml
radiant-forum-extension-2.0.4 app/views/topics/_busiest.html.haml