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

9 lines
212 B
Text
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-07-07 11:18:12 +05:30
<%= text_footer_message %>