summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_failed_email.text.erb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-22 13:44:25 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-22 13:44:25 +0800
commit7ec8cc121a9db954a3a0b5c8ebfc05cb471823db (patch)
treeb2fbf58a7d511d6c4bdc4564bdab3d93a3e30f00 /app/views/notify/pipeline_failed_email.text.erb
parentd20c0682ac4a91f9cdea1d71f9eb515755955c7a (diff)
downloadgitlab-ce-7ec8cc121a9db954a3a0b5c8ebfc05cb471823db.tar.gz
Move partials to links directory, feedback:fix-failed-email-for-external-jobs
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762971
Diffstat (limited to 'app/views/notify/pipeline_failed_email.text.erb')
-rw-r--r--app/views/notify/pipeline_failed_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/pipeline_failed_email.text.erb b/app/views/notify/pipeline_failed_email.text.erb
index ddb21cc17e8..ab91c7ef350 100644
--- a/app/views/notify/pipeline_failed_email.text.erb
+++ b/app/views/notify/pipeline_failed_email.text.erb
@@ -19,7 +19,7 @@ Commit Author: <%= commit.author_name %>
Pipeline #<%= @pipeline.id %> ( <%= pipeline_url(@pipeline) %> ) had <%= failed.size %> failed <%= 'build'.pluralize(failed.size) %>.
<% failed.each do |build| -%>
-<%= render "notify/#{build.to_partial_path}", pipeline: @pipeline, build: build %>
+<%= render "notify/links/#{build.to_partial_path}", pipeline: @pipeline, build: build %>
Stage: <%= build.stage %>
Name: <%= build.name %>
<% if build.has_trace? -%>