summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Goet <gert@thinkcreate.nl>2015-10-29 14:13:30 +0100
committerGert Goet <gert@thinkcreate.nl>2015-10-29 14:14:21 +0100
commit41734b630ed86c5aa0814cb331f4f8e94e0bf2a2 (patch)
treea319193e97e190c00dae2c92243089ab6401065a
parentead3ffd7a516911458d84311c4f1b4153f1071b5 (diff)
downloadgitlab-ce-41734b630ed86c5aa0814cb331f4f8e94e0bf2a2.tar.gz
Ensure variable is evalled
-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) %>