Commit 70c9c973 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'btn-confirm-devise' into 'master'

Move to btn-confirm from btn-success in devise directory

See merge request gitlab-org/gitlab!58035
parents fe20e668 3449cfb8
---
title: Move to btn-confirm from btn-success in devise directory
merge_request: 58035
author: Yogi (@yo)
type: changed
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
.form-group .form-group
= label_tag :password = label_tag :password
= password_field_tag :password, nil, { class: "form-control bottom", placeholder: "Password" } = password_field_tag :password, nil, { class: "form-control bottom", placeholder: "Password" }
= submit_tag "Sign in", class: "btn-success btn" = submit_tag "Sign in", class: "gl-button btn btn-confirm"
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
.login-body .login-body
= form_tag(auth_smartcard_url, html: { 'aria-live' => 'assertive'}) do = form_tag(auth_smartcard_url, html: { 'aria-live' => 'assertive'}) do
.submit-container .submit-container
= submit_tag _('Login with smartcard'), class: 'btn btn-success' = submit_tag _('Login with smartcard'), class: 'gl-button btn btn-confirm'
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