Merge branch 'master' of git.rrerr.net:nilsding/justask

This commit is contained in:
pixeldesu 2014-11-29 23:29:42 +01:00
commit cdf6b9ba06
1 changed files with 1 additions and 1 deletions

View File

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