Skip to content
Snippets Groups Projects
Commit 7c2a4699 authored by Robert Speicher's avatar Robert Speicher
Browse files

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

Fix ImplicitDiv Haml lint failure

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