Commit 7c2a4699 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'rs-fix-implicit-div' into 'master'

Fix ImplicitDiv Haml lint failure

See merge request !8441
parents c8eb1cf4 b846b9df
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment