summaryrefslogtreecommitdiff
path: root/app/views/layouts/notify.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/notify.text.erb')
-rw-r--r--app/views/layouts/notify.text.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/layouts/notify.text.erb b/app/views/layouts/notify.text.erb
new file mode 100644
index 00000000000..b4ce02eead8
--- /dev/null
+++ b/app/views/layouts/notify.text.erb
@@ -0,0 +1,12 @@
+<%= yield -%>
+
+---
+<% if @target_url -%>
+<% if @reply_by_email -%>
+<%= "Reply to this email directly or view it on GitLab: #{@target_url}" -%>
+<% else -%>
+<%= "View it on GitLab: #{@target_url}" -%>
+<% end -%>
+<% end -%>
+
+You're receiving this email because of your account on <%= Gitlab.config.gitlab.host %>.