summaryrefslogtreecommitdiff
path: root/app/views/notify/project_access_granted_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_access_granted_email.html.haml')
-rw-r--r--app/views/notify/project_access_granted_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_access_granted_email.html.haml b/app/views/notify/project_access_granted_email.html.haml
index 4596205f39b..dfc30a2d360 100644
--- a/app/views/notify/project_access_granted_email.html.haml
+++ b/app/views/notify/project_access_granted_email.html.haml
@@ -1,5 +1,5 @@
%p
= "You have been granted #{@project_member.human_access} access to project"
%p
- = link_to project_url(@project) do
+ = link_to namespace_project_url(@project.namespace, @project) do
= @project.name_with_namespace