BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
adb6965c
Commit
adb6965c
authored
May 15, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '32184-retried-jobs' into 'master'
Use fa-refresh on retried jobs Closes #32184 See merge request !11337
parents
915f1bcd
9923a630
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
builds.scss
app/assets/stylesheets/pages/builds.scss
+1
-1
_sidebar.html.haml
app/views/projects/builds/_sidebar.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
adb6965c
...
@@ -378,7 +378,7 @@
...
@@ -378,7 +378,7 @@
background-color
:
$row-hover
;
background-color
:
$row-hover
;
}
}
.fa-
spinner
{
.fa-
refresh
{
font-size
:
13px
;
font-size
:
13px
;
margin-left
:
3px
;
margin-left
:
3px
;
}
}
...
...
app/views/projects/builds/_sidebar.html.haml
View file @
adb6965c
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
-
else
-
else
=
build
.
id
=
build
.
id
-
if
build
.
retried?
-
if
build
.
retried?
%i
.fa.fa-
spinner
.has-tooltip
{
data:
{
container:
'body'
,
placement:
'bottom'
},
title:
'Job was retried'
}
%i
.fa.fa-
refresh
.has-tooltip
{
data:
{
container:
'body'
,
placement:
'bottom'
},
title:
'Job was retried'
}
:javascript
:javascript
new
Sidebar
();
new
Sidebar
();
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