Commit cb67b5be authored by yo's avatar yo Committed by Yogi

Add Changelog

parent 10455f18
---
title: Move to btn-confirm from btn-success in devise directory
merge_request:
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