<% form_for(:project, :url => project_path(@project), :html => { :method => :put }) do |f| %> <%= render(:partial => 'form')%> <%= link_to 'Back to project', project_path(@project), :class => 'arrow_link ontheright', :style => 'margin-right: 80px' %>

<%= submit_tag "Update project" %>

<% 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 project #{h(current_project.name)}" %>

Edit <%= link_to h(current_project.name), project_path(current_project) %>

<% end %>