new.html.haml 201 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 - content_for :title, 'New User' - content_for :action_bar, link_to('cancel', users_path, :class => 'button') = form_for user do |f| = render 'fields', :f => f %div.buttons= f.submit 'Add User'