974e71a9c5
Part of single codebase changes.
9 lines
269 B
Text
9 lines
269 B
Text
<%= text_header_message %>
|
|
|
|
<%= yield -%>
|
|
|
|
-- <%# signature marker %>
|
|
<%= _("You're receiving this email because of your account on %{host}.") % { host: Gitlab.config.gitlab.host } %>
|
|
<%= render_if_exists 'layouts/mailer/additional_text' %>
|
|
|
|
<%= text_footer_message %>
|