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-10 22:46:29 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-10 22:46:29 +0300
commit38bb34889c5180b9dad301f3a8d478e271fb2aaf (patch)
tree757fc5f7176e5f08e7e3c098103d1bb80c792430 /app/views/projects/pipelines/index.html.haml
parent1a5027a03d15c21ad5b6b8a67fc762378009a769 (diff)
re-wire count for pagination - refactor
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 1515728c563..569219b7669 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -35,7 +35,7 @@
= link_to ci_lint_path, class: 'btn btn-default' do
%span CI Lint
- %div.content-list.pipelines{data: {url: namespace_project_pipelines_path(@project.namespace, @project, format: :json), "data-count": "#{@pipelines_count}"}}
+ %div.content-list.pipelines{data: {url: namespace_project_pipelines_path(@project.namespace, @project, format: :json)}}
- if @pipelines.blank?
%div
.nothing-here-block No pipelines to show