From 9f405068cdfeb185cd3762f0ae5df6d87f6e31ba Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 11 Mar 2014 13:33:47 +0200 Subject: [PATCH] SHow group name in access granted email --- app/views/notify/group_access_granted_email.html.haml | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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