edit.html.haml 196 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 - 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'