summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_was_moved_email.html.haml')
-rw-r--r--app/views/notify/project_was_moved_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_was_moved_email.html.haml b/app/views/notify/project_was_moved_email.html.haml
index 87b3ff7f0b3..c476a39b661 100644
--- a/app/views/notify/project_was_moved_email.html.haml
+++ b/app/views/notify/project_was_moved_email.html.haml
@@ -2,7 +2,7 @@
Project #{@old_path_with_namespace} was moved to another location
%p
The project is now located under
- = link_to namespace_project_url(@project.namespace, @project) do
+ = link_to project_url(@project) do
= @project.name_with_namespace
%p
To update the remote url in your local repository run (for ssh):