osem-fcy/app/views/users/edit.html.haml

14 lines
302 B
Text
Raw Normal View History

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