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
aba894b9
Commit
aba894b9
authored
Dec 08, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't check if stage name doesn't exist
parent
df84444b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
app/views/projects/stage/_graph.html.haml
app/views/projects/stage/_graph.html.haml
+1
-2
app/views/projects/stage/_stage.html.haml
app/views/projects/stage/_stage.html.haml
+2
-3
No files found.
app/views/projects/stage/_graph.html.haml
View file @
aba894b9
...
...
@@ -4,8 +4,7 @@
%li
.stage-column
.stage-name
%a
{
name:
stage
.
name
}
-
if
stage
.
name
=
stage
.
name
.
titleize
=
stage
.
name
.
titleize
.builds-container
%ul
-
status_groups
.
each
do
|
group_name
,
grouped_statuses
|
...
...
app/views/projects/stage/_stage.html.haml
View file @
aba894b9
...
...
@@ -4,9 +4,8 @@
%a
{
name:
stage
.
name
}
%span
{
class:
"ci-status-link ci-status-icon-#{stage.status}"
}
=
ci_icon_for_status
(
stage
.
status
)
-
if
stage
.
name
=
stage
.
name
.
titleize
=
stage
.
name
.
titleize
=
render
stage
.
statuses
.
latest_ordered
,
coverage:
@project
.
build_coverage_enabled?
,
stage:
false
,
ref:
false
,
pipeline_link:
false
,
allow_retry:
true
=
render
stage
.
statuses
.
retried_ordered
,
coverage:
@project
.
build_coverage_enabled?
,
stage:
false
,
ref:
false
,
pipeline_link:
false
,
retried:
true
%tr
...
...
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