gitlab-org--gitlab-foss/app/views/notify/user_admin_rejection_email....

6 lines
257 B
Plaintext

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