BigW Consortium Gitlab

Commit 50b4c2dc by Regis

getting somewhere - now need to fix loop

parent e1ad87c7
...@@ -36,22 +36,16 @@ ...@@ -36,22 +36,16 @@
= link_to ci_lint_path, class: 'btn btn-default' do = link_to ci_lint_path, class: 'btn btn-default' do
%span CI Lint %span CI Lint
.app %div.content-list.pipelines
-# %div.content-list.pipelines - stages = @pipelines.stages
-# - stages = @pipelines.stages - if @pipelines.blank?
-# - if @pipelines.blank? %div
-# %div .nothing-here-block No pipelines to show
-# .nothing-here-block No pipelines to show - else
-# - else .table-holder
-# .table-holder %table.table.ci-table
-# %table.table.ci-table %thead
-# %thead %tbody.app
-# %th Status
-# %th Pipeline
-# %th Commit
-# %th Stages
-# %th
-# %th.hidden-xs
-# = render @pipelines, commit_sha: true, stage: true, allow_retry: true, stages: stages -# = render @pipelines, commit_sha: true, stage: true, allow_retry: true, stages: stages
= paginate @pipelines, theme: 'gitlab' = paginate @pipelines, theme: 'gitlab'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment