debian-mirror-gitlab/app/views/notify/user_admin_rejection_email.html.haml
2021-02-22 17:27:13 +05:30

6 lines
257 B
Text

= 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.')