debian-mirror-gitlab/app/views/layouts/mailer.text.erb

10 lines
269 B
Plaintext
Raw Normal View History

2019-07-07 11:18:12 +05:30
<%= text_header_message %>
2017-08-17 22:00:37 +05:30
<%= yield -%>
2018-10-15 14:42:47 +05:30
-- <%# signature marker %>
2018-11-18 11:00:15 +05:30
<%= _("You're receiving this email because of your account on %{host}.") % { host: Gitlab.config.gitlab.host } %>
2019-09-04 21:01:54 +05:30
<%= render_if_exists 'layouts/mailer/additional_text' %>
2019-07-07 11:18:12 +05:30
<%= text_footer_message %>