Sha256: 4d4a6cf55365a697abb3555e9ead466dba32ab5a00921d998438ef25346e7831
Contents?: true
Size: 1012 Bytes
Versions: 2
Compression:
Stored size: 1012 Bytes
Contents
- content_for :signals do = render :partial => 'readers/flasher' - content_for :preamble do %p = t('topics_introduction') = link_to( t('categories'), forums_url) + '.' - content_for :messages do - if @topics.empty? %p = t('no_topics') - else %ul.main = render :partial => 'topics/topic', :collection => @topics, :locals => {:with_context => true} - content_for :new_topic do .newmessage = link_to t('new_topic'), new_topic_url - content_for :pagination do = pagination_and_summary_for(@topics, t('topics')) - content_for :breadhead do = home_page_link - content_for :breadcrumbs do = t('forum').titlecase - content_for :title do = t('latest_discussion') - content_for :feed do = feed_link(topics_path(:format => :rss)) - content_for :controls do = render :partial => 'readers/controls' #forum = yield :new_topic = yield :preamble = yield :pagination if @topics.previous_page = yield :messages = yield :pagination if @topics.next_page
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-forum-extension-1.1.1 | app/views/topics/index.html.haml |
radiant-forum-extension-1.1.0 | app/views/topics/index.html.haml |