<%= link_to(l(:label_project_section_plural), { :controller => 'project_sections', :action => 'index' }) %> » <%= h(@section) %>
<%= form_for(@section, :url => { :controller => 'project_sections', :action => 'update', :id => @section }, :builder => Redmine::Views::LabelledFormBuilder) do |f| %>
<%= render(:partial => 'form', :locals => { :f => f }) %>
<%= f.submit(l(:button_save)) %>
<% end %>