Sha256: 390fd9b7d9041c7d5ec24917329422811498cee1c09fe0c2dc44de8afbcd25fa

Contents?: true

Size: 177 Bytes

Versions: 11

Compression:

Stored size: 177 Bytes

Contents

%h2
  = t('forum_extension.recent_posts')
%ul
  - Post.visible_to(current_reader).latest(10).each do |post|
    = render :partial => 'posts/minimal', :locals => {:post => post}

Version data entries

11 entries across 11 versions & 1 rubygems

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