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

5 lines
266 B
Text
Raw Normal View History

2015-04-10 09:22:31 -04: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 10:37:02 -04:00
Decline invitation: <%= decline_invite_url(@token) %>