gitlab-org--gitlab-foss/app/views/notify/project_access_granted_email.html.haml

6 lines
163 B
Text
Raw Normal View History

2013-03-12 04:46:04 -04:00
%p
= "You have been granted #{@users_project.project_access_human} access to project"
%p
= link_to project_url(@project) do
= @project.name_with_namespace