summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_success_email.text.erb
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-10-06 10:09:24 -0500
committerMike Greiling <mike@pixelcog.com>2016-10-06 10:09:24 -0500
commit60caeb14a75f6700a3df6b73b7320737c4256ab2 (patch)
treee37d93b8b131ecc5940f7463a27b4912f267a2eb /app/views/notify/pipeline_success_email.text.erb
parent585e02546fa08c62ae53a8f951b01bbc8f6fb08a (diff)
downloadgitlab-ce-60caeb14a75f6700a3df6b73b7320737c4256ab2.tar.gz
update subject and email header message
Diffstat (limited to 'app/views/notify/pipeline_success_email.text.erb')
-rw-r--r--app/views/notify/pipeline_success_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/pipeline_success_email.text.erb b/app/views/notify/pipeline_success_email.text.erb
index 9a0f839d089..c38a738f523 100644
--- a/app/views/notify/pipeline_success_email.text.erb
+++ b/app/views/notify/pipeline_success_email.text.erb
@@ -1,4 +1,4 @@
-Success! Your CI pipeline has passed.
+Your pipeline has passed.
Project: <%= @project.name %> ( <%= namespace_project_url(@project.namespace, @project) %> )
Branch: <%= @pipeline.ref %> ( <%= namespace_project_commits_url(@project.namespace, @project, @pipeline.ref) %> )