summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-03 10:33:38 +0200
committerValery Sizov <vsv2711@gmail.com>2015-12-03 10:33:43 +0200
commit162cd0099c6c1f4ee0051e35562636468e88ee0c (patch)
tree2466829f678aa2a6fdfcd537056a715751f4bc4c /app/views/ci
parente6dadea3891358ac7ed34dbb31eac403c193fcdc (diff)
downloadgitlab-ce-162cd0099c6c1f4ee0051e35562636468e88ee0c.tar.gz
fix deprecation messages in tests
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/notify/build_fail_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/notify/build_fail_email.html.haml b/app/views/ci/notify/build_fail_email.html.haml
index b0aaea89075..de6291aa914 100644
--- a/app/views/ci/notify/build_fail_email.html.haml
+++ b/app/views/ci/notify/build_fail_email.html.haml
@@ -7,7 +7,7 @@
= @project.name
%p
- Commit: #{link_to @build.short_sha, namespace_project_commit_path(@build.gl_project.namespace, @build.gl_project, @build.sha)}
+ Commit: #{link_to @build.short_sha, namespace_project_commit_url(@build.gl_project.namespace, @build.gl_project, @build.sha)}
%p
Author: #{@build.commit.git_author_name}
%p