Sha256: 04888c35035db117ca66fa15325d56080f628a2ba490854b41ea4ea873eca963

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

- posts ||= @posts
- page ||= @page

#forum
  %h2
    = t('comments_on')
    = page.title

- if posts.empty?
  %p 
    = t('none_yet')
- else
  = render :partial => 'posts/post', :collection => posts

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
radiant-forum-extension-2.1.6 app/views/pages/_comments.html.haml
radiant-forum-extension-2.1.4 app/views/pages/_comments.html.haml
radiant-forum-extension-2.1.3 app/views/pages/_comments.html.haml
radiant-forum-extension-2.1.2 app/views/pages/_comments.html.haml
radiant-forum-extension-2.1.1 app/views/pages/_comments.html.haml