mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 20:19:59 +01:00
Kauf dir was denn das macht Spaß kauf einfach Irgendwas™
This commit is contained in:
parent
fa313dc2c1
commit
5d88368c00
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
.col-md-9.col-xs-12.col-sm-9
|
||||
.panel.panel-default
|
||||
.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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue