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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 17:27:50 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 17:27:50 +0300
commit1927a2d30bf88ab9fe3c1235cb529f5fd8dc01be (patch)
treed5e792d24b97c1fa31badb7843a9f2e56a280f9f /app/views/projects/pipelines
parent8a4f3193b54e19794be8cd7f91e9976237f0c1a9 (diff)
Rename all ci_commit[s] in application code to pipeline[s]
Diffstat (limited to 'app/views/projects/pipelines')
-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