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
c94eb9e1
Commit
c94eb9e1
authored
May 15, 2017
by
Phil Hughes
Committed by
Timothy Andrew
May 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch '32184-retried-jobs' into 'master'
Use fa-refresh on retried jobs Closes #32184 See merge request !11337
parent
434c2517
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 @
c94eb9e1
...
...
@@ -378,7 +378,7 @@
background-color
:
$row-hover
;
}
.fa-
spinner
{
.fa-
refresh
{
font-size
:
13px
;
margin-left
:
3px
;
}
...
...
app/views/projects/builds/_sidebar.html.haml
View file @
c94eb9e1
...
...
@@ -136,7 +136,7 @@
-
else
=
build
.
id
-
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
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