summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_was_moved_email.text.erb')
-rw-r--r--app/views/notify/project_was_moved_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_was_moved_email.text.erb b/app/views/notify/project_was_moved_email.text.erb
index d8a23dabf49..b2c5f71e465 100644
--- a/app/views/notify/project_was_moved_email.text.erb
+++ b/app/views/notify/project_was_moved_email.text.erb
@@ -1,4 +1,4 @@
-Project #{@old_path_with_namespace} was moved to another location
+Project <%= @old_path_with_namespace %> was moved to another location
The project is now located under
<%= namespace_project_url(@project.namespace, @project) %>