summaryrefslogtreecommitdiff
path: root/app/views/notify/project_invite_accepted_email.html.haml
blob: 0c01eef7621c6a021bc0ddcf0d55945ebc25fab2 (plain)
1
2
3
4
5
6
7
%p
  #{@project_member.invite_email}, now known as
  #{link_to @project_member.user.name, user_url(@project_member.user)},
  has accepted your invitation to join project
  = link_to @project.name_with_namespace, namespace_project_url(@project.namespace, @project)
  as #{@project_member.human_access}.