osem-fcy/app/views/devise/registrations/edit.html.haml
Henne Vogelsang 81853d1ef9
Retire semantic_form_for
Also a buttload of form cleanups...
2022-02-24 15:52:34 +01:00

9 lines
302 B
Text

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