Kauf dir was denn das macht Spaß kauf einfach Irgendwas™

This commit is contained in:
nilsding 2014-11-29 23:26:55 +01:00
parent fa313dc2c1
commit 5d88368c00
1 changed files with 1 additions and 1 deletions

View File

@ -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"