fixed path

This commit is contained in:
nilsding 2014-12-07 15:53:19 +01:00
parent 01c5577cdd
commit 3632dbde9f
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(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| = bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|
= devise_error_messages! = devise_error_messages!
= f.text_field :screen_name, autofocus: true, label: "User name" = f.text_field :screen_name, autofocus: true, label: "User name"