Sha256: 9a797217957108cbc9068f79a649382c05b6f57f02b89282b450125d4eb00226

Contents?: true

Size: 448 Bytes

Versions: 11

Compression:

Stored size: 448 Bytes

Contents

- if using_forums?
  %h2
    = t('forum_extension.forums')
  %ul
    - Forum.visible_to(current_reader).each do |forum|
      - if topic = forum.topics.bydate.first
        %li
          = link_to forum.name, forum_url(forum), :class => 'title'
          %br
          %span.context
            = forum.topics.count
            = t('forum_extension.topics') + ','
            = t('forum_extension.most_recently')
            = link_to_topic(topic)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
radiant-forum-extension-3.0.7 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.6 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.5 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.4 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.3 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.2 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.1 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.0 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.0.rc6 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.0.rc4 app/views/forums/_latest.html.haml
radiant-forum-extension-3.0.0.rc3 app/views/forums/_latest.html.haml