Merge pull request #6080 from svbergerem/user-edit-remove-cancel-button

Remove cancel button from user edit
This commit is contained in:
Jonne Haß 2015-06-08 01:07:51 +02:00
commit 67de83f325

View file

@ -50,8 +50,7 @@
%div.col-sm-6
= f.password_field :password_confirmation, placeholder: t('.character_minimum_expl'), class: "form-control"
.submit_block
= link_to t('cancel'), edit_user_path, class: "btn btn-default"
.clearfix
= f.submit t('.change_password'), class: "btn btn-primary pull-right", name: 'change_password'
%hr