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
3319cfcd
Commit
3319cfcd
authored
Mar 04, 2021
by
Yogi
Committed by
David O'Regan
Mar 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in admin/appearances directory
parent
27a3c00c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/admin/appearances/_form.html.haml
app/views/admin/appearances/_form.html.haml
+1
-1
app/views/admin/appearances/preview_sign_in.html.haml
app/views/admin/appearances/preview_sign_in.html.haml
+1
-1
changelogs/unreleased/btn-confirm-admin-appearances.yml
changelogs/unreleased/btn-confirm-admin-appearances.yml
+5
-0
No files found.
app/views/admin/appearances/_form.html.haml
View file @
3319cfcd
...
...
@@ -101,7 +101,7 @@
=
parsed_with_gfm
.gl-mt-3.gl-mb-3
=
f
.
submit
'Update appearance settings'
,
class:
'btn gl-button btn-
success
'
=
f
.
submit
'Update appearance settings'
,
class:
'btn gl-button btn-
confirm
'
-
if
@appearance
.
persisted?
||
@appearance
.
updated_at
.mt-4
-
if
@appearance
.
persisted?
...
...
app/views/admin/appearances/preview_sign_in.html.haml
View file @
3319cfcd
...
...
@@ -8,5 +8,5 @@
=
label_tag
:password
=
password_field_tag
:password
,
nil
,
class:
"form-control gl-form-input bottom"
,
title:
'This field is required.'
.form-group
=
button_tag
"Sign in"
,
class:
"btn gl-button btn-
success
"
=
button_tag
"Sign in"
,
class:
"btn gl-button btn-
confirm
"
changelogs/unreleased/btn-confirm-admin-appearances.yml
0 → 100644
View file @
3319cfcd
---
title
:
Move to btn-confirm from btn-success in admin/appearances directory
merge_request
:
55264
author
:
Yogi (@yo)
type
:
changed
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