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
4ec6eddb
Commit
4ec6eddb
authored
Jul 17, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-repeat icon with svg
- replace icon("repeat") with sprite_icon("repeat")
parent
5b86fa32
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/ci/builds/_build.html.haml
app/views/projects/ci/builds/_build.html.haml
+1
-1
app/views/projects/pipelines/_with_tabs.html.haml
app/views/projects/pipelines/_with_tabs.html.haml
+1
-1
changelogs/unreleased/225898-fa-repeat-replacement.yml
changelogs/unreleased/225898-fa-repeat-replacement.yml
+5
-0
No files found.
app/views/projects/ci/builds/_build.html.haml
View file @
4ec6eddb
...
...
@@ -127,4 +127,4 @@
=
custom_icon
(
'icon_play'
)
-
elsif
job
.
retryable?
=
link_to
retry_project_job_path
(
job
.
project
,
job
,
return_to:
request
.
original_url
),
method: :post
,
title:
_
(
'Retry'
),
class:
'btn btn-build'
do
=
icon
(
'repeat'
)
=
sprite_
icon
(
'repeat'
)
app/views/projects/pipelines/_with_tabs.html.haml
View file @
4ec6eddb
...
...
@@ -72,7 +72,7 @@
%td
.responsive-table-cell.build-actions
-
if
can?
(
current_user
,
:update_build
,
job
)
=
link_to
retry_project_job_path
(
build
.
project
,
build
,
return_to:
request
.
original_url
),
method: :post
,
title:
_
(
'Retry'
),
class:
'btn btn-build'
do
=
icon
(
'repeat'
)
=
sprite_
icon
(
'repeat'
)
-
if
can?
(
current_user
,
:read_build
,
job
)
%tr
.build-trace-row.responsive-table-border-end
%td
...
...
changelogs/unreleased/225898-fa-repeat-replacement.yml
0 → 100644
View file @
4ec6eddb
---
title
:
Replace fa-replace icon with svg
merge_request
:
37228
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