retrospring/app/views/user/edit.html.haml
2014-11-29 22:34:11 +01:00

12 lines
No EOL
376 B
Text

.container.j2-page
= render 'settings_tabs'
.col-md-9.col-xs-12.col-sm-9
.panel.panel-default
.panel-body
= bootstrap_form_for(:user, method: "patch") do |f|
= f.text_field :display_name, label: "Your name"
= f.text_field :motivation_header, label: "Motivation header"
= f.submit "Save settings", class: 'btn btn-primary'