Sha256: e10138c7bee6c8caf4d1a4999b9bb373e2f1e30b22c36fb775678cf7226a6e04

Contents?: true

Size: 738 Bytes

Versions: 2

Compression:

Stored size: 738 Bytes

Contents

= render :partial => 'readers/flasher'

#forum
  - if @posts.empty?
    %p No talk here yet.
  - else
    - if @posts.previous_page
      = paginate_and_summarise @posts, 'posts'

    %ul.main
      = render :partial => 'posts/post', :collection => @posts, :locals => {:with_context => true}

    = paginate_and_summarise @posts, 'posts'

- content_for :breadcrumbs do
  = link_to 'Forum', topics_url
  \>
  = @title

- content_for :pagetitle do
  Posts

- content_for :breadhead do
  = link_to "Forum", topics_url, :class => 'breadhead'

- content_for :feed do
  = feed_link(posts_path(:format => :rss))

- content_for :controls do
  = render :partial => 'readers/controls'

- content_for :help do
  = render :partial => 'topics/help'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-forum-extension-0.6.1 app/views/posts/index.html.haml
radiant-forum-extension-0.6.0 app/views/posts/index.html.haml