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
d298b6f9
Commit
d298b6f9
authored
Aug 03, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-play/pause icons with svg
parent
e6d9271c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/groups/runners/_runner.html.haml
app/views/groups/runners/_runner.html.haml
+2
-2
changelogs/unreleased/225924-225933-update-play-and-pause-icons.yml
.../unreleased/225924-225933-update-play-and-pause-icons.yml
+5
-0
No files found.
app/views/groups/runners/_runner.html.haml
View file @
d298b6f9
...
...
@@ -72,10 +72,10 @@
.btn-group
-
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
=
icon
(
'pause'
)
=
sprite_
icon
(
'pause'
)
-
else
=
link_to
resume_group_runner_path
(
@group
,
runner
),
method: :post
,
class:
'btn btn-default has-tooltip'
,
title:
_
(
'Resume'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Resume'
)
},
data:
{
placement:
'top'
,
container:
'body'
}
do
=
icon
(
'play'
)
=
sprite_
icon
(
'play'
)
-
if
runner
.
belongs_to_more_than_one_project?
.btn-group
.btn.btn-danger.has-tooltip
{
'aria-label'
=>
'Remove'
,
'data-container'
=>
'body'
,
'data-original-title'
=>
_
(
'Multi-project Runners cannot be removed'
),
'data-placement'
=>
'top'
,
disabled:
'disabled'
}
...
...
changelogs/unreleased/225924-225933-update-play-and-pause-icons.yml
0 → 100644
View file @
d298b6f9
---
title
:
Replace fa-play/pause icons with svg
merge_request
:
38535
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