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
50b4c2dc
Commit
50b4c2dc
authored
Oct 27, 2016
by
Regis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getting somewhere - now need to fix loop
parent
e1ad87c7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
16 deletions
+10
-16
pipelines.vue.js.es6
app/assets/javascripts/pipelines.vue.js.es6
+0
-0
index.html.haml
app/views/projects/pipelines/index.html.haml
+10
-16
No files found.
app/assets/javascripts/pipelines.vue.js.es6
View file @
50b4c2dc
This diff is collapsed.
Click to expand it.
app/views/projects/pipelines/index.html.haml
View file @
50b4c2dc
...
...
@@ -36,22 +36,16 @@
=
link_to
ci_lint_path
,
class:
'btn btn-default'
do
%span
CI Lint
.app
-# %div.content-list.pipelines
-# - stages = @pipelines.stages
-# - if @pipelines.blank?
-# %div
-# .nothing-here-block No pipelines to show
-# - else
-# .table-holder
-# %table.table.ci-table
-# %thead
-# %th Status
-# %th Pipeline
-# %th Commit
-# %th Stages
-# %th
-# %th.hidden-xs
%div
.content-list.pipelines
-
stages
=
@pipelines
.
stages
-
if
@pipelines
.
blank?
%div
.nothing-here-block
No pipelines to show
-
else
.table-holder
%table
.table.ci-table
%thead
%tbody
.app
-# = render @pipelines, commit_sha: true, stage: true, allow_retry: true, stages: stages
= paginate @pipelines, theme: 'gitlab'
...
...
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