Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3449cfb8
Commit
3449cfb8
authored
Apr 06, 2021
by
Yogi
Committed by
Denys Mishunov
Apr 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in devise directory
parent
7fe883e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/btn-confirm-devise.yml
changelogs/unreleased/btn-confirm-devise.yml
+5
-0
ee/app/views/devise/sessions/_new_kerberos.html.haml
ee/app/views/devise/sessions/_new_kerberos.html.haml
+1
-1
ee/app/views/devise/sessions/_new_smartcard.html.haml
ee/app/views/devise/sessions/_new_smartcard.html.haml
+1
-1
No files found.
changelogs/unreleased/btn-confirm-devise.yml
0 → 100644
View file @
3449cfb8
---
title
:
Move to btn-confirm from btn-success in devise directory
merge_request
:
58035
author
:
Yogi (@yo)
type
:
changed
ee/app/views/devise/sessions/_new_kerberos.html.haml
View file @
3449cfb8
...
...
@@ -5,4 +5,4 @@
.form-group
=
label_tag
: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
"
ee/app/views/devise/sessions/_new_smartcard.html.haml
View file @
3449cfb8
...
...
@@ -3,4 +3,4 @@
.login-body
=
form_tag
(
auth_smartcard_url
,
html:
{
'aria-live'
=>
'assertive'
})
do
.submit-container
=
submit_tag
_
(
'Login with smartcard'
),
class:
'
btn btn-success
'
=
submit_tag
_
(
'Login with smartcard'
),
class:
'
gl-button btn btn-confirm
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment