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 19:51:45 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-10 19:51:45 +0300
commitf2e64fddc66e456029928c094d1af19ed88c7ab6 (patch)
tree651fc321c9cbb9c60a070e32bad41b0eee55639e /app/views/projects/pipelines/index.html.haml
parent6f6119b7389ef7b5e13f2800611d5d7a806e41a5 (diff)
attemp
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index 4f9fb699abc..1515728c563 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -35,8 +35,7 @@
= link_to ci_lint_path, class: 'btn btn-default' do
%span CI Lint
-
- %div.content-list.pipelines{"data-project-id": "#{@project.id}", "data-count": "#{@pipelines_count}"}
+ %div.content-list.pipelines{data: {url: namespace_project_pipelines_path(@project.namespace, @project, format: :json), "data-count": "#{@pipelines_count}"}}
- if @pipelines.blank?
%div
.nothing-here-block No pipelines to show