gitlab-org--gitlab-foss/app/views/notify/group_access_granted_email.html.haml
Dmitriy Zaporozhets 9f405068cd
SHow group name in access granted email
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-11 13:33:47 +02:00

4 lines
126 B
Text

%p
= "You have been granted #{@membership.human_access} access to group"
= link_to group_url(@group) do
= @group.name