osem-fcy/app/views/devise/registrations/edit.html.haml

10 lines
302 B
Text
Raw Normal View History

.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 }