diff options
author | Robert Speicher <robert@gitlab.com> | 2017-01-04 17:46:38 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-01-04 17:46:38 +0000 |
commit | 7c2a4699b8bdd9d8abd193e4256694115b41fc07 (patch) | |
tree | 582d742102b6b9d68751e36cc2f598b1e7b3a1e8 | |
parent | c8eb1cf4e96e8e3343f4465fb0f0f52d8c8b2d3b (diff) | |
parent | b846b9df5982a21961007e4f29888108a41c47e3 (diff) | |
download | gitlab-ce-7c2a4699b8bdd9d8abd193e4256694115b41fc07.tar.gz |
Merge branch 'rs-fix-implicit-div' into 'master'
25725-remove-window-object
Fix ImplicitDiv Haml lint failure
See merge request !8441
-rw-r--r-- | app/views/devise/shared/_signup_box.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml index 681eb303b49..01ecf237925 100644 --- a/app/views/devise/shared/_signup_box.html.haml +++ b/app/views/devise/shared/_signup_box.html.haml @@ -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 |