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
268a201c
Commit
268a201c
authored
Dec 14, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename file according to review
parent
5b1a3856
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app/views/ci/status/_graph_badge.haml
app/views/ci/status/_graph_badge.haml
+2
-0
app/views/projects/stage/_graph.html.haml
app/views/projects/stage/_graph.html.haml
+1
-1
app/views/projects/stage/_in_stage_group.html.haml
app/views/projects/stage/_in_stage_group.html.haml
+1
-1
No files found.
app/views/ci/status/_
badge_graph_icon_with_name_and_action.html
.haml
→
app/views/ci/status/_
graph_badge
.haml
View file @
268a201c
-# Renders the graph node with both the status icon, status name and action icon
-
detailed_status
=
subject
.
detailed_status
(
current_user
)
-
details_path
=
detailed_status
.
details_path
if
detailed_status
.
has_details?
-
klass
=
"ci-status-icon ci-status-icon-
#{
detailed_status
}
"
...
...
app/views/projects/stage/_graph.html.haml
View file @
268a201c
...
...
@@ -13,7 +13,7 @@
%li
.build
.curve
.build-content
=
render
'ci/status/
bagde_graph_icon_with_name_and_action
'
,
subject:
status
=
render
'ci/status/
graph_badge
'
,
subject:
status
-
else
%li
.build
.curve
...
...
app/views/projects/stage/_in_stage_group.html.haml
View file @
268a201c
...
...
@@ -10,4 +10,4 @@
%ul
-
subject
.
each
do
|
status
|
%li
.dropdown-build
=
render
'ci/status/
bagde_graph_icon_with_name_and_action
'
,
subject:
status
=
render
'ci/status/
graph_badge
'
,
subject:
status
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