osem-fcy/app/views/users/edit.html.haml
2022-07-20 13:52:03 -05:00

13 lines
302 B
Text

.container
.row
.col-md-12
.page-header
%h1 Edit your profile
.row
.col-md-12
= form_for(@user) do |f|
= render partial: 'users/form', locals: { f: f, full: false }
.form-group
.text-right
= f.submit nil, class: 'btn btn-primary'