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

Commit

Permalink
Merge pull request #12 from ingobecker/master
Browse files Browse the repository at this point in the history
Added previously disabled password confirmation label.
  • Loading branch information
nning committed Jul 20, 2015
2 parents 1a69927 + 431d19b commit 449fed2
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 449fed2

Please sign in to comment.