Sha256: 3398e2c4a5f86b36847627b7951ba0955be9cb59429860395008382975bd5cde

Contents?: true

Size: 331 Bytes

Versions: 15

Compression:

Stored size: 331 Bytes

Contents

%h2
  = t('forums')
%ul
  - Forum.all.each do |forum|
    - if topic = forum.topics.bydate.first
      %li
        = link_to forum.name, forum_url(forum), :class => 'title'
        %br
        = forum.topics.count
        = t('topics') + ','
        = t('most_recently')
        = link_to topic.name, forum_topic_url(forum, topic)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
radiant-forum-extension-2.1.6 app/views/forums/_latest.html.haml
radiant-forum-extension-2.1.4 app/views/forums/_latest.html.haml
radiant-forum-extension-2.1.3 app/views/forums/_latest.html.haml
radiant-forum-extension-2.1.2 app/views/forums/_latest.html.haml
radiant-forum-extension-2.1.1 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.9 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.8 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.7 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.6 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.5 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.4 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.3 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.2 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.1 app/views/forums/_latest.html.haml
radiant-forum-extension-2.0.0 app/views/forums/_latest.html.haml