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

unknown_user_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: f3d8f13b7bf7d058038933d49ce2a43868bcfc6d (plain)
1
2
3
4
5
6
7
8
9
<%= text_header_message %>

<%= yield -%>

-- <%# signature marker %>
<%= _("GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate") %>
<%= render_if_exists 'layouts/mailer/additional_text' %>

<%= text_footer_message %>