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

user_admin_rejection_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24d6c05fa38ecc0f557f840cd54a1c18f714e8ef (plain)
1
2
3
4
5
= email_default_heading(_('Hello %{name},') % { name: @name })
%p
  = _('Your request to join %{host} has been rejected.').html_safe % { host: link_to(root_url, root_url) }
%p
  = _('Please contact your GitLab administrator if you think this is an error.')