Sha256: 767b22f98ae7abbe5e85be6673019e2dae422dac66a1b088b0e1a86f8fd7c420
Contents?: true
Size: 990 Bytes
Versions: 7
Compression:
Stored size: 990 Bytes
Contents
- content_for :messages do - if @topics.empty? %p = t('forum_extension.no_topics') - else = render :partial => 'topics/topic', :collection => @topics - content_for :sidebar do = render :partial => 'forums/latest' = render :partial => 'topics/busiest' - content_for :pagination do = pagination_and_summary_for(@topics, t('forum_extension.topics')) - content_for :breadcrumbs do = link_to t('forum_extension.forum').titlecase, topics_url = t('reader_extension.separator') = yield :title - content_for :title do = t('forum_extension.topics_heading') - content_for :feedurl do = topics_url(:format => :rss) - content_for :feedlink do = feed_link(topics_url(:format => :rss)) - content_for :introduction do %p =t('forum_extension.topics_introduction') = render :partial => 'shared/standard_forum_parts' .forum = yield :pagination if @topics.previous_page = yield :messages = yield :pagination if @topics.next_page = yield :newtopic
Version data entries
7 entries across 7 versions & 1 rubygems