summaryrefslogtreecommitdiff
path: root/app/views/notify/group_invite_accepted_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/group_invite_accepted_email.html.haml')
-rw-r--r--app/views/notify/group_invite_accepted_email.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/notify/group_invite_accepted_email.html.haml b/app/views/notify/group_invite_accepted_email.html.haml
new file mode 100644
index 00000000000..55efad384a7
--- /dev/null
+++ b/app/views/notify/group_invite_accepted_email.html.haml
@@ -0,0 +1,6 @@
+%p
+ #{@group_member.invite_email}, now known as
+ #{link_to @group_member.user.name, user_url(@group_member.user)},
+ has accepted your invitation to join group
+ #{link_to @group.name, group_url(@group)}.
+