Sha256: c6a7d3605e9ee5b2e07ea4334aef7e642bde0cd86847238f0b37da5d91d17783

Contents?: true

Size: 232 Bytes

Versions: 11

Compression:

Stored size: 232 Bytes

Contents

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

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

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