gitlabhq/app/views/notify/project_access_granted_email.html.haml

6 lines
163 B
Plaintext
Raw Normal View History

2013-03-12 09:46:04 +01: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