summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/show.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 16:27:50 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 16:27:50 +0200
commit1927a2d30bf88ab9fe3c1235cb529f5fd8dc01be (patch)
treed5e792d24b97c1fa31badb7843a9f2e56a280f9f /app/views/projects/pipelines/show.html.haml
parent8a4f3193b54e19794be8cd7f91e9976237f0c1a9 (diff)
downloadgitlab-ce-1927a2d30bf88ab9fe3c1235cb529f5fd8dc01be.tar.gz
Rename all ci_commit[s] in application code to pipeline[s]
Diffstat (limited to 'app/views/projects/pipelines/show.html.haml')
-rw-r--r--app/views/projects/pipelines/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/show.html.haml b/app/views/projects/pipelines/show.html.haml
index 2aad5602414..75943c64276 100644
--- a/app/views/projects/pipelines/show.html.haml
+++ b/app/views/projects/pipelines/show.html.haml
@@ -5,4 +5,4 @@
= render "projects/pipelines/info"
%div.block-connector
-= render "projects/commit/ci_commit", ci_commit: @pipeline
+= render "projects/commit/pipeline", pipeline: @pipeline