.container .row .col-md-12 .page-header %h1 Edit your Account .row .col-md-12 = form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| = render partial: 'form_fields', locals: { f: f, full: true, edit: true }