diff --git a/app/views/notify/group_access_granted_email.html.haml b/app/views/notify/group_access_granted_email.html.haml
index 0092a947eee44b6831359000460da854097d8760..823ebf7734729d361ecd52239c9dbb2a29bde90b 100644
--- a/app/views/notify/group_access_granted_email.html.haml
+++ b/app/views/notify/group_access_granted_email.html.haml
@@ -1,2 +1,4 @@
 %p
   = "You have been granted #{@membership.human_access} access to group"
+  = link_to group_url(@group) do
+    = @group.name