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

5 lines
291 B
Text
Raw Normal View History

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