.box.alt.first_alt = link_to :forums.l, forum_home_path %span.arrow → = link_to h(@forum.name), forum_path(@forum) %span.arrow → = :new_topic.l .box %h3#new_topic= :new_topic.l %p.subtitle = :by.l = current_user.display_name = error_messages_for :topic - form_for :topic, :url => forum_topics_path(@forum), :html => {:class => "MainForm"} do |f| = render :partial => "form", :object => f %p= submit_tag :post_topic.l, :or => link_to(:cancel.l, forum_path(@forum)) = javascript_tag "$('topic_title').focus();"