Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-12-05 23:17:23 +0300
committerRegis <boudinot.regis@yahoo.com>2016-12-05 23:17:23 +0300
commit312c504f618513a87d817cad74c059506fac7a49 (patch)
tree905527224cb47cfc6a7543be5c28cd1036b6c616 /app/views/projects/pipelines/index.html.haml
parentcd111ffabd36c44ec2fd9c52d5c35e7cdc936c67 (diff)
can render all tabs for pipelines - remove uneeded properties - [ci skip]
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index 4025a6859f2..10f1a88b65d 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -39,19 +39,6 @@
- if @pipelines.blank?
%div
.nothing-here-block No pipelines to show
- - elsif @scope == 'branches' || @scope == 'tags' || @scope == 'running'
- .table-holder
- %table.table.ci-table
- %thead
- %th Status
- %th Pipeline
- %th Commit
- %th Stages
- %th
- %th.hidden-xs
-
- = render @pipelines, commit_sha: true, stage: true, allow_retry: true
- = paginate @pipelines, theme: 'gitlab'
- else
.commit-icon-svg.hidden
= custom_icon("icon_commit")