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
4ba1595c
Commit
4ba1595c
authored
Aug 19, 2020
by
Alexander Turinske
Committed by
Ezekiel Kigbo
Aug 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-pencil icon with GitLab SVG
- replace last fa-pencil instance
parent
e4772db6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+0
-4
app/views/groups/runners/_runner.html.haml
app/views/groups/runners/_runner.html.haml
+1
-1
changelogs/unreleased/225951-replace-fa-pencil-icon.yml
changelogs/unreleased/225951-replace-fa-pencil-icon.yml
+5
-0
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
4ba1595c
...
@@ -262,10 +262,6 @@
...
@@ -262,10 +262,6 @@
content
:
'\f0ac'
;
content
:
'\f0ac'
;
}
}
.
fa-pencil
:
:
before
{
content
:
'\f040'
;
}
.
fa-pause
:
:
before
{
.
fa-pause
:
:
before
{
content
:
'\f04c'
;
content
:
'\f04c'
;
}
}
...
...
app/views/groups/runners/_runner.html.haml
View file @
4ba1595c
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
.btn-group.table-action-buttons
.btn-group.table-action-buttons
.btn-group
.btn-group
=
link_to
edit_group_runner_path
(
@group
,
runner
),
class:
'btn btn-default has-tooltip'
,
title:
_
(
'Edit'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Edit'
)
},
data:
{
placement:
'top'
,
container:
'body'
}
do
=
link_to
edit_group_runner_path
(
@group
,
runner
),
class:
'btn btn-default has-tooltip'
,
title:
_
(
'Edit'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Edit'
)
},
data:
{
placement:
'top'
,
container:
'body'
}
do
=
icon
(
'pencil'
)
=
sprite_
icon
(
'pencil'
)
.btn-group
.btn-group
-
if
runner
.
active?
-
if
runner
.
active?
=
link_to
pause_group_runner_path
(
@group
,
runner
),
method: :post
,
class:
'btn btn-default has-tooltip'
,
title:
_
(
'Pause'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Pause'
)
},
data:
{
placement:
'top'
,
container:
'body'
,
confirm:
_
(
'Are you sure?'
)
}
do
=
link_to
pause_group_runner_path
(
@group
,
runner
),
method: :post
,
class:
'btn btn-default has-tooltip'
,
title:
_
(
'Pause'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Pause'
)
},
data:
{
placement:
'top'
,
container:
'body'
,
confirm:
_
(
'Are you sure?'
)
}
do
...
...
changelogs/unreleased/225951-replace-fa-pencil-icon.yml
0 → 100644
View file @
4ba1595c
---
title
:
Replace fa-pencil icon with GitLab SVG
merge_request
:
39648
author
:
type
:
other
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