app/views/forums/index.html.haml in radiant-forum-extension-1.1.1 vs app/views/forums/index.html.haml in radiant-forum-extension-1.1.2

- old
+ new

@@ -5,11 +5,11 @@ = t('forums') - content_for :preamble do %p = t('forums_introduction') - = link_to t('latest_topics'), topics_url in any category. + = link_to t('latest_topics'), topics_url - content_for :new_topic do .newmessage = link_to t('new_topic'), new_topic_url @@ -18,9 +18,12 @@ %p = t('no_forums') - else %ul.main = render :partial => 'forums/forum', :collection => @forums + +- content_for :sidebar do + = render :partial => "topics/latest" - content_for :pagination do = pagination_and_summary_for(@forums, t('forum')) - content_for :feed do