summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-27 13:32:21 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-27 13:32:21 +0100
commit1ad6b3696bdeedcc27af4db4f592b39942e19f7d (patch)
treed87c530d5160032527d0031711424f77e9945615 /app/views/projects/commit
parent42e3f0fd7888ab8ebe11801e01dd3ca1f33b20cf (diff)
downloadgitlab-ce-1ad6b3696bdeedcc27af4db4f592b39942e19f7d.tar.gz
Expose serialized pipelines for commit pipelines
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/pipelines.html.haml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/projects/commit/pipelines.html.haml b/app/views/projects/commit/pipelines.html.haml
index 00e7cdd1729..89968cf4e0d 100644
--- a/app/views/projects/commit/pipelines.html.haml
+++ b/app/views/projects/commit/pipelines.html.haml
@@ -1,6 +1,5 @@
-- page_title "Pipelines", "#{@commit.title} (#{@commit.short_id})", "Commits"
+- page_title 'Pipelines', "#{@commit.title} (#{@commit.short_id})", 'Commits'
-= render "commit_box"
-
-= render "ci_menu"
-= render "pipelines_list", pipelines: @commit.pipelines.order(id: :desc)
+= render 'commit_box'
+= render 'ci_menu'
+= render 'pipelines_list', pipelines: @pipelines