summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-22 13:35:05 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-22 13:35:05 +0800
commita2fb636153669f06083903b473fbe8efc8fe3455 (patch)
treef83c609463ddb02f51f570a17b49afd6225dcca6
parent438f0915e7fbd60e6cc597656e9b25284c52f7de (diff)
downloadgitlab-ce-a2fb636153669f06083903b473fbe8efc8fe3455.tar.gz
Use local instead of instance variable in partial
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762989
-rw-r--r--app/views/notify/ci/builds/_build.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/ci/builds/_build.text.erb b/app/views/notify/ci/builds/_build.text.erb
index d510de3dbe9..f495a2e5486 100644
--- a/app/views/notify/ci/builds/_build.text.erb
+++ b/app/views/notify/ci/builds/_build.text.erb
@@ -1 +1 @@
-Build #<%= build.id %> ( <%= pipeline_build_url(@pipeline, build) %> )
+Build #<%= build.id %> ( <%= pipeline_build_url(pipeline, build) %> )