summaryrefslogtreecommitdiff
path: root/app/views/notify/project_invite_accepted_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_invite_accepted_email.html.haml')
-rw-r--r--app/views/notify/project_invite_accepted_email.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/notify/project_invite_accepted_email.html.haml b/app/views/notify/project_invite_accepted_email.html.haml
deleted file mode 100644
index 7e58d30b10a..00000000000
--- a/app/views/notify/project_invite_accepted_email.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-%p
- #{@project_member.invite_email}, now known as
- #{link_to @project_member.user.name, user_url(@project_member.user)},
- has accepted your invitation to join project
- #{link_to @project.name_with_namespace, namespace_project_url(@project.namespace, @project)}.
-