Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mailer.text.erb « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a06ea68bcd708e1f18bb12084e492995198b12c (plain)
1
2
3
4
5
6
7
8
9
<%= 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 %>