Give password_confirmation div the "field" class in erb form template

This commit is contained in:
noinkling 2014-07-29 16:16:31 +12:00
parent 6924f848c4
commit ed29c0a96b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<%%= f.label :password %><br>
<%%= f.password_field :password %>
</div>
<div>
<div class="field">
<%%= f.label :password_confirmation %><br>
<%%= f.password_field :password_confirmation %>
<% else -%>