edit.html.haml 196 Bytes
- content_for :title, 'Edit Project'
- content_for :action_bar, link_to('cancel', project_path(@project))

= form_for @project do |f|
  
  = render 'fields', :f => f
    
  %div= f.submit 'Update'