Sha256: fb282c4a9d7f1c2fc8993b808107f57a509c87e5f082c667ba912292e279e5eb
Contents?: true
Size: 494 Bytes
Versions: 16
Compression:
Stored size: 494 Bytes
Contents
<% content_for :page_title, @forum.forum_category.name %> <% content_for :sidebar do %> <%= render :partial => "dm_forum/forum_comments/formatting" %> <% end %> <% content_for :crumbs, forum_crumbs(@forum_topic.forum) %> <%= render(:partial => 'dm_forum/forums/forum_header', :object => @forum, :as => :forum) %> <h1 id="new_topic"><%= I18n.t 'fms.new_topic' %></h1> <p class="subtitle"><%= I18n.t 'fms.by_user', :user => current_user.display_name %></p> <%= render :partial => "form" %>
Version data entries
16 entries across 16 versions & 1 rubygems