Sha256: d8a0f3f22614c1afeb6ddef41526de678fec5f0c02074c6aa4370e39352852df

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

%h2
  = t('forum_extension.top_topics')
%ul
  - Topic.visible_to(current_reader).most_commented(10).each do |topic|
    %li
      = link_to_topic(topic, :class => 'title')
      %br
      %span.context
        = t('forum_extension.started_by')
        = link_to(topic.reader.name, reader_url(topic.reader)) + ', '
        = t('forum_extension.now_has')
        = topic.posts.count
        = t('forum_extension.posts') + '.'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-forum-extension-3.0.0.rc4 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.0.rc3 app/views/topics/_busiest.html.haml