Sha256: fab5d6fdd26a30deec03f026986daf8457106636f5e0afabc9a33e5f0c9c630a

Contents?: true

Size: 182 Bytes

Versions: 11

Compression:

Stored size: 182 Bytes

Contents

%h2
  = t('forum_extension.recent_topics')
%ul
  - Topic.visible_to(current_reader).latest(5).each do |topic|
    = render :partial => 'topics/minimal', :locals => {:topic => topic}

Version data entries

11 entries across 11 versions & 1 rubygems

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