Sha256: e9f2ace3f9a92be2536a1b9fe0b3bfe997085286de6cec8e0865bd4532bd51e5

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

= render :partial => 'readers/flasher'

#forum
  #forum_preamble
    %p
      This is a list of all the discussions going on here, with the most recently updated first. 
      You can also see a more organised list of 
      = link_to("discussions by category", forums_url) + '.'
    
    %p
      = link_to "Start a new discussion", new_topic_url, :class => 'newmessage'

  - if @topics.empty?
    %p No talk here yet.

  - else
    - if @topics.previous_page
      = paginate_and_summarise @topics, 'topics'
      
    %ul.main
      = render :partial => 'topics/topic', :collection => @topics, :locals => {:with_context => true}

    = paginate_and_summarise @topics, 'topics'

- content_for :breadhead do
  = home_page_link(:class => 'breadhead')

- content_for :breadcrumbs do
  Forum

- content_for :pagetitle do
  Latest discussion

- content_for :feed do
  = feed_link(topics_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/topics/index.html.haml
radiant-forum-extension-0.6.0 app/views/topics/index.html.haml