% form_for(:configuration, :url => project_project_configuration_path(@project, @configuration), :html => { :method => :put }) do |f| %>
<%= render(:partial => 'form')%>
<%= link_to 'Back to project', project_path(current_project), :class => 'arrow_link ontheright', :style => 'margin-right: 330px' %>
<%= submit_tag "Update" %>
<% end %> <% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Back to project", project_path(current_project), :style => "float:right", :class => "arrow_link" %> <%= link_to "Projects", projects_path %> > Project <%= link_to current_project.name, project_path(current_project) %> > Edit <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "Edit configuration" %>