Merge branch 'rs-fix-implicit-div' into 'master'
Fix ImplicitDiv Haml lint failure See merge request !8441
This commit is contained in:
commit
7c2a4699b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue