gitlab-org--gitlab-foss/app/views/notify/group_member_invited_email....

5 lines
266 B
Plaintext
Raw Normal View History

2015-04-10 13:22:31 +00:00
You have been invited <%= "by #{@group_member.created_by.name} " if @group_member.created_by %>to join group <%= @group.name %> as <%= @group_member.human_access %>.
Accept invitation: <%= invite_url(@token) %>
2015-04-10 14:37:02 +00:00
Decline invitation: <%= decline_invite_url(@token) %>