Commit 69bf9e7b authored by Tom Quirk's avatar Tom Quirk Committed by Kenneth Chu

Add CSS around text

parent a2fccf09
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
.form-group .form-group
= f.label :email = f.label :email
= f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: _('Please provide a valid email address.') = f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: _('Please provide a valid email address.')
= _('Must be the primary email address of the GitLab account') .form-text.text-muted
= _('Must be the primary email address of the GitLab account')
.clearfix .clearfix
= f.submit _("Reset password"), class: "gl-button btn-confirm btn" = f.submit _("Reset password"), class: "gl-button btn-confirm btn"
......
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