Remove cancel button from user edit
This commit is contained in:
parent
c054d17bbb
commit
9ad58c94a1
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@
|
||||||
%div.col-sm-6
|
%div.col-sm-6
|
||||||
= f.password_field :password_confirmation, placeholder: t('.character_minimum_expl'), class: "form-control"
|
= f.password_field :password_confirmation, placeholder: t('.character_minimum_expl'), class: "form-control"
|
||||||
|
|
||||||
.submit_block
|
.clearfix
|
||||||
= link_to t('cancel'), edit_user_path, class: "btn btn-default"
|
|
||||||
= f.submit t('.change_password'), class: "btn btn-primary pull-right", name: 'change_password'
|
= f.submit t('.change_password'), class: "btn btn-primary pull-right", name: 'change_password'
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue