app/views/topics/comments.html.haml in radiant-forum-extension-1.1.2 vs app/views/topics/comments.html.haml in radiant-forum-extension-1.2.1
- old
+ new
@@ -1,5 +1,6 @@
#forum
- %h2 Comments
+ %h2
+ =t('comments').titlecase
= render :partial => 'posts/post', :collection => @posts, :locals => { :with_context => false }
= render :partial => 'posts/reply'