summaryrefslogtreecommitdiff
path: root/app/views/layouts/mailer.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/mailer.text.erb')
-rw-r--r--app/views/layouts/mailer.text.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb
index 8e11174f8d7..f8032f3262b 100644
--- a/app/views/layouts/mailer.text.erb
+++ b/app/views/layouts/mailer.text.erb
@@ -1,4 +1,8 @@
+<%= text_header_message %>
+
<%= yield -%>
-- <%# signature marker %>
<%= _("You're receiving this email because of your account on %{host}.") % { host: Gitlab.config.gitlab.host } %>
+
+<%= text_footer_message %>