<% flashed_errors(:stage) %> <% form_for(:stage, :url => project_stages_path(current_project)) do |f| %> <%= render(:partial => 'form' ) %> <%= link_to 'Back to project', project_path(current_project), :class => 'arrow_link ontheright', :style => 'margin-right: 330px' %>

<%= submit_tag "Create" %>

<% 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) %> > New <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "New stage for project #{h(current_project.name)}" %>

New stage

<% end %>