summaryrefslogtreecommitdiff
path: root/app/views/notify/user_admin_rejection_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/user_admin_rejection_email.html.haml')
-rw-r--r--app/views/notify/user_admin_rejection_email.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/notify/user_admin_rejection_email.html.haml b/app/views/notify/user_admin_rejection_email.html.haml
new file mode 100644
index 00000000000..24d6c05fa38
--- /dev/null
+++ b/app/views/notify/user_admin_rejection_email.html.haml
@@ -0,0 +1,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.')