Fix ImplicitDiv Haml lint failure

This commit is contained in:
Robert Speicher 2017-01-04 11:32:39 -05:00
parent ec4fe4432a
commit b846b9df59
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
.form-group
= f.label :email
= f.email_field :email, class: "form-control middle", required: true, title: "Please provide a valid email address."
%div.form-group
.form-group
= f.label :email_confirmation
= f.email_field :email_confirmation, class: "form-control middle", required: true, title: "Please retype the email address."
.form-group.append-bottom-20#password-strength