mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
8 lines
No EOL
237 B
Text
8 lines
No EOL
237 B
Text
.container.j2-page
|
|
= render 'settings_tabs'
|
|
.col-md-9.col-xs-12.col-sm-9
|
|
= bootstrap_form_for(update_user_profile_path, method: "patch") do |f|
|
|
|
|
= f.text_field :display_name, label: "Your name"
|
|
|
|
= f.submit |