summaryrefslogtreecommitdiff
path: root/app/views/notify/project_access_granted_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_access_granted_email.text.erb')
-rw-r--r--app/views/notify/project_access_granted_email.text.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/notify/project_access_granted_email.text.erb b/app/views/notify/project_access_granted_email.text.erb
new file mode 100644
index 00000000000..68eb1611ba7
--- /dev/null
+++ b/app/views/notify/project_access_granted_email.text.erb
@@ -0,0 +1,4 @@
+
+You have been granted <%= @project_member.human_access %> access to project <%= @project.name_with_namespace %>
+
+<%= url_for(namespace_project_url(@project.namespace, @project)) %>