Kauf dir was denn das macht Spaß kauf einfach Irgendwas™
This commit is contained in:
parent
fa313dc2c1
commit
5d88368c00
|
@ -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