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
22392145
Commit
22392145
authored
Aug 18, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-circle icon with GitLab SVG
parent
bbd825bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/helpers/icons_helper.rb
app/helpers/icons_helper.rb
+1
-1
app/views/admin/health_check/show.html.haml
app/views/admin/health_check/show.html.haml
+1
-1
changelogs/unreleased/mw-replace-circle-icon.yml
changelogs/unreleased/mw-replace-circle-icon.yml
+5
-0
No files found.
app/helpers/icons_helper.rb
View file @
22392145
...
...
@@ -100,7 +100,7 @@ module IconsHelper
def
boolean_to_icon
(
value
)
if
value
icon
(
'circle'
,
class:
'cgreen'
)
sprite_icon
(
'check'
,
css_
class:
'cgreen'
)
else
sprite_icon
(
'power'
,
css_class:
'clgray'
)
end
...
...
app/views/admin/health_check/show.html.haml
View file @
22392145
...
...
@@ -27,7 +27,7 @@
.card-header
Current Status:
-
if
no_errors
=
icon
(
'circle'
,
class:
'cgreen'
)
=
sprite_icon
(
'check'
,
css_
class:
'cgreen'
)
#{
s_
(
'HealthCheck|Healthy'
)
}
-
else
=
icon
(
'warning'
,
class:
'cred'
)
...
...
changelogs/unreleased/mw-replace-circle-icon.yml
0 → 100644
View file @
22392145
---
title
:
Replace fa-circle icon instances with GitLab SVG check icon
merge_request
:
39745
author
:
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