<%= link_to(l(:label_project_section_plural), { :controller => 'project_sections', :action => 'index' }) %> » <%= l(:label_project_section_new) %>
<%= form_for(@section, :url => { :controller => 'project_sections', :action => 'create' }, :builder => Redmine::Views::LabelledFormBuilder) do |f| %>
<%= render(:partial => 'form', :locals => { :f => f }) %>
<%= f.submit(l(:button_create)) %>
<%= f.submit(l(:button_create_and_continue), :name => 'continue') %>
<% end %>