0
0
Fork 0

E-mail preferences page

This commit is contained in:
Eugen Rochko 2016-10-14 02:28:49 +02:00
parent 9b195f5dd3
commit 7a6d95f70c
13 changed files with 107 additions and 14 deletions

View file

@ -10,5 +10,8 @@
= f.password_field :password_confirmation, autocomplete: "off", placeholder: 'Confirm new password'
.field
= f.password_field :current_password, autocomplete: "off", placeholder: 'Current password'
.actions
= f.button "Save changes", type: 'submit'
.form-footer= render "settings/shared/links"