diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-10-07 17:05:31 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-10-07 17:05:31 -0500 |
commit | 1fe08610518858d86dddb1b118d121a138de3f84 (patch) | |
tree | 5de331baec8ab434ffc109c982077a834b3f6164 /app/views/notify/pipeline_failed_email.html.haml | |
parent | 9c931c63c9faad1f16d08aff001dc5e97cee1fda (diff) | |
download | gitlab-ce-1fe08610518858d86dddb1b118d121a138de3f84.tar.gz |
remove corporate address from email footer and add reference to domain of origin
Diffstat (limited to 'app/views/notify/pipeline_failed_email.html.haml')
-rw-r--r-- | app/views/notify/pipeline_failed_email.html.haml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/notify/pipeline_failed_email.html.haml b/app/views/notify/pipeline_failed_email.html.haml index 3b3212e675e..a2ef4a92e03 100644 --- a/app/views/notify/pipeline_failed_email.html.haml +++ b/app/views/notify/pipeline_failed_email.html.haml @@ -173,4 +173,7 @@ %a{:href => profile_notifications_url, :style => "color:#3084bb;text-decoration:none;"} Manage all notifications · %a{:href => help_url, :style => "color:#3084bb;text-decoration:none;"} Help - %div GitLab, 1233 Howard St 2F, San Francisco, CA 94103, USA + %div + You're receiving this email because of your account on + = succeed "." do + %a{:href => root_url, :style => "color:#3084bb;text-decoration:none;"}= Gitlab.config.gitlab.host |