summaryrefslogtreecommitdiff
path: root/app/views/notify
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2019-04-16 11:49:25 +0200
committerToon Claes <toon@gitlab.com>2019-04-17 13:24:56 +0200
commitf6417b82aad6b29b72dade9bdfcfd48e5857881d (patch)
tree47e5979492639b06087d9df07914cfdc7120d307 /app/views/notify
parent38da5d6b23577edcd2a924125e0e4f3f8236f234 (diff)
downloadgitlab-ce-f6417b82aad6b29b72dade9bdfcfd48e5857881d.tar.gz
Include link to raw job log in plain-text emails
People who prefer plain text email also might prefer the raw job log files. So include the link directly to there. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56849
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/links/ci/builds/_build.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/links/ci/builds/_build.text.erb b/app/views/notify/links/ci/builds/_build.text.erb
index 773ae8174e9..afb02f97e5a 100644
--- a/app/views/notify/links/ci/builds/_build.text.erb
+++ b/app/views/notify/links/ci/builds/_build.text.erb
@@ -1 +1 @@
-Job #<%= build.id %> ( <%= pipeline_job_url(pipeline, build) %> )
+Job #<%= build.id %> ( <%= raw_project_job_url(pipeline.project, build) %> )