Commit 78096600 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'preview-sign-in-no-submit' into 'master'

Change button type on the Sign In preview page so the form doesn't submit

See merge request gitlab-org/gitlab!63895
parents 2580d599 9f963853
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
= label_tag :password = label_tag :password
= password_field_tag :password, nil, class: "form-control gl-form-input bottom", title: _('This field is required.') = password_field_tag :password, nil, class: "form-control gl-form-input bottom", title: _('This field is required.')
.form-group .form-group
= button_tag _("Sign in"), class: "btn gl-button btn-confirm" = button_tag _("Sign in"), class: "btn gl-button btn-confirm", type: "button"
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