summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_success_email.text.erb
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-10-07 17:05:31 -0500
committerMike Greiling <mike@pixelcog.com>2016-10-07 17:05:31 -0500
commit1fe08610518858d86dddb1b118d121a138de3f84 (patch)
tree5de331baec8ab434ffc109c982077a834b3f6164 /app/views/notify/pipeline_success_email.text.erb
parent9c931c63c9faad1f16d08aff001dc5e97cee1fda (diff)
downloadgitlab-ce-1fe08610518858d86dddb1b118d121a138de3f84.tar.gz
remove corporate address from email footer and add reference to domain of origin
Diffstat (limited to 'app/views/notify/pipeline_success_email.text.erb')
-rw-r--r--app/views/notify/pipeline_success_email.text.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/notify/pipeline_success_email.text.erb b/app/views/notify/pipeline_success_email.text.erb
index c38a738f523..29b290d9704 100644
--- a/app/views/notify/pipeline_success_email.text.erb
+++ b/app/views/notify/pipeline_success_email.text.erb
@@ -19,5 +19,6 @@ Commit Author: <%= commit.author.name %> ( <%= user_url(commit.author) %> )
<% stage_count = @pipeline.stages.size -%>
Pipeline #<%= @pipeline.id %> ( <%= namespace_project_pipeline_url(@project.namespace, @project, @pipeline.id) %> ) successfully completed <%= build_count %> <%= 'build'.pluralize(build_count) %> in <%= stage_count %> <%= 'stage'.pluralize(stage_count) %>.
+You're receiving this email because of your account on <%= Gitlab.config.gitlab.host %>.
Manage all notifications: <%= profile_notifications_url %>
Help: <%= help_url %>