Sha256: ba656b7b8c8846f0643202318c4342f85ccac21c4b6d2999af9f50d892b8c1b2

Contents?: true

Size: 417 Bytes

Versions: 9

Compression:

Stored size: 417 Bytes

Contents

%h2
  = t('forum_extension.top_topics')
%ul
  - Topic.visible_to(current_reader).busiest(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

9 entries across 9 versions & 1 rubygems

Version Path
radiant-forum-extension-3.0.7 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.6 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.5 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.4 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.3 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.2 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.1 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.0 app/views/topics/_busiest.html.haml
radiant-forum-extension-3.0.0.rc6 app/views/topics/_busiest.html.haml