Merge branch 'master' of git.rrerr.net:nilsding/justask
This commit is contained in:
commit
cdf6b9ba06
|
@ -3,7 +3,7 @@
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
= bootstrap_form_for(:user, method: "patch") do |f|
|
= bootstrap_form_for(current_user, url: {action: "edit"}, method: "patch") do |f|
|
||||||
|
|
||||||
= f.text_field :display_name, label: "Your name"
|
= f.text_field :display_name, label: "Your name"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue