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-11-03 07:41:51 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-03 07:41:51 +0300
commit77b0d6058ead2f42200c8a69dcd0e31561deae9e (patch)
tree20017138c495efacbb81c776eb9e5c73409d1348 /app/views/projects/pipelines/index.html.haml
parentc249fb2ee9b522d02f49eee9734a1d6665d01e14 (diff)
count passing through - last page known
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index bd649a4fa2e..7bf727be930 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -36,7 +36,7 @@
= link_to ci_lint_path, class: 'btn btn-default' do
%span CI Lint
- %div.content-list.pipelines{"data-project-id": "#{@project.id}"}
+ %div.content-list.pipelines{"data-project-id": "#{@project.id}", "data-count": "#{@pipelines_count}"}
- stages = @pipelines.stages
- if @pipelines.blank?
%div