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
fbc19560
Commit
fbc19560
authored
Jul 16, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-pause with pause svg
- remove unused style
parent
5b86fa32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/pages/runners.scss
app/assets/stylesheets/pages/runners.scss
+0
-4
app/views/admin/runners/_runner.html.haml
app/views/admin/runners/_runner.html.haml
+1
-1
changelogs/unreleased/225924-fa-pause-replacement.yml
changelogs/unreleased/225924-fa-pause-replacement.yml
+5
-0
No files found.
app/assets/stylesheets/pages/runners.scss
View file @
fbc19560
...
@@ -44,10 +44,6 @@
...
@@ -44,10 +44,6 @@
.btn-default
{
.btn-default
{
color
:
$gl-text-color-secondary
;
color
:
$gl-text-color-secondary
;
}
}
.fa-pause
{
font-size
:
11px
;
}
}
}
@include
media-breakpoint-down
(
md
)
{
@include
media-breakpoint-down
(
md
)
{
...
...
app/views/admin/runners/_runner.html.haml
View file @
fbc19560
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
.btn-group
.btn-group
-
if
runner
.
active?
-
if
runner
.
active?
=
link_to
[
:pause
,
:admin
,
runner
],
method: :get
,
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
,
:admin
,
runner
],
method: :get
,
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
-
else
=
link_to
[
:resume
,
:admin
,
runner
],
method: :get
,
class:
'btn btn-default has-tooltip gl-px-3'
,
title:
_
(
'Resume'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Resume'
)
},
data:
{
placement:
'top'
,
container:
'body'
}
do
=
link_to
[
:resume
,
:admin
,
runner
],
method: :get
,
class:
'btn btn-default has-tooltip gl-px-3'
,
title:
_
(
'Resume'
),
ref:
'tooltip'
,
aria:
{
label:
_
(
'Resume'
)
},
data:
{
placement:
'top'
,
container:
'body'
}
do
=
sprite_icon
(
'play'
)
=
sprite_icon
(
'play'
)
...
...
changelogs/unreleased/225924-fa-pause-replacement.yml
0 → 100644
View file @
fbc19560
---
title
:
Replace fa-pause with pause svg
merge_request
:
37149
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