Remove unnecessary line break on edit password page.

This commit is contained in:
Neil van Beinum 2015-08-06 18:21:34 +01:00
parent 2f45755e6c
commit 710496b6a8
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
<div class="field">
<%= f.label :password, "New password" %><br />
<% if @minimum_password_length %>
<em>(<%= @minimum_password_length %> characters minimum)</em>
<% end %><br />
<em>(<%= @minimum_password_length %> characters minimum)</em><br />
<% end %>
<%= f.password_field :password, autofocus: true, autocomplete: "off" %>
</div>