diff --git a/app/views/notify/group_access_granted_email.html.haml b/app/views/notify/group_access_granted_email.html.haml index 0092a94..823ebf7 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 -- libgit2 0.21.2