Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
added previously disabled password confirmation label
Browse files Browse the repository at this point in the history
  • Loading branch information
ingobecker committed Jul 20, 2015
1 parent 1a69927 commit 431d19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mailboxes/edit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%fieldset
%legend Change Password
= f.input :password, hint: 'Leave blank, if you do not want to change it.'
= f.input :password_confirmation, label: false
= f.input :password_confirmation

= render partial: 'shared/mailbox_permissions'

Expand Down

0 comments on commit 431d19b

Please sign in to comment.