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