summaryrefslogtreecommitdiff
path: root/app/views/notify/project_access_requested_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_access_requested_email.html.haml')
-rw-r--r--app/views/notify/project_access_requested_email.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/notify/project_access_requested_email.html.haml b/app/views/notify/project_access_requested_email.html.haml
new file mode 100644
index 00000000000..2a705ad3b0a
--- /dev/null
+++ b/app/views/notify/project_access_requested_email.html.haml
@@ -0,0 +1,3 @@
+%p
+ #{link_to @requester.name, @requester} requested #{@project_member.human_access}
+ access to project #{link_to @project.name_with_namespace, @target_url}.