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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
d9e2232f
Commit
d9e2232f
authored
Oct 14, 2015
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warning sign
parent
16bfd9d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
app/helpers/runners_helper.rb
app/helpers/runners_helper.rb
+1
-1
app/views/projects/builds/show.html.haml
app/views/projects/builds/show.html.haml
+1
-1
app/views/projects/commit_statuses/_commit_status.html.haml
app/views/projects/commit_statuses/_commit_status.html.haml
+3
-4
No files found.
app/helpers/runners_helper.rb
View file @
d9e2232f
...
...
@@ -4,7 +4,7 @@ module RunnersHelper
case
status
when
:not_connected
content_tag
:i
,
nil
,
class:
"fa fa-warning
-sign
"
,
class:
"fa fa-warning"
,
title:
"New runner. Has not connected yet"
when
:online
,
:offline
,
:paused
...
...
app/views/projects/builds/show.html.haml
View file @
d9e2232f
...
...
@@ -25,7 +25,7 @@
%a
Build ##{@build.id}
·
%i
.fa.fa-warning
-sign
%i
.fa.fa-warning
This build was retried.
.gray-content-block.second-block
...
...
app/views/projects/commit_statuses/_commit_status.html.haml
View file @
d9e2232f
...
...
@@ -2,10 +2,6 @@
%td
.status
=
ci_status_with_icon
(
commit_status
.
status
)
-
if
commit_status
.
show_warning?
.pull-right
%i
.fa.fa-warning-sign.text-warning
%td
.commit_status-link
-
if
commit_status
.
target_url
=
link_to
commit_status
.
target_url
do
...
...
@@ -13,6 +9,9 @@
-
else
%strong
Build ##{commit_status.id}
-
if
commit_status
.
show_warning?
%i
.fa.fa-warning.text-warning
%td
=
commit_status
.
ref
...
...
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