<% flashed_errors(:configuration) %> <% form_for(:configuration, :url => project_stage_stage_configuration_path(@project, @stage, @configuration), :html => { :method => :put }) do |f| %> <%= render(:partial => 'project_configurations/form')%>
<%= link_to 'Back to stage', project_stage_path(@project, @stage), :class => 'arrow_link ontheright', :style => 'margin-right: 330px' %>

<%= submit_tag "Update" %>

<% end %> <% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Back to stage", project_stage_path(current_project, current_stage), :style => "float:right", :class => "arrow_link" %> <%= link_to "Projects", projects_path %> > Project <%= link_to current_project.name, project_path(current_project) %> > Stage <%= link_to current_stage.name, project_stage_path(current_project, current_stage) %> > Edit <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "Edit configuration of stage #{h(current_stage.name)}" %>

Edit configuration

<% end %>