diff options
author | Gert Goet <gert@thinkcreate.nl> | 2015-10-29 14:13:30 +0100 |
---|---|---|
committer | Gert Goet <gert@thinkcreate.nl> | 2015-10-29 14:14:21 +0100 |
commit | 41734b630ed86c5aa0814cb331f4f8e94e0bf2a2 (patch) | |
tree | a319193e97e190c00dae2c92243089ab6401065a /app/views/notify | |
parent | ead3ffd7a516911458d84311c4f1b4153f1071b5 (diff) | |
download | gitlab-ce-41734b630ed86c5aa0814cb331f4f8e94e0bf2a2.tar.gz |
Ensure variable is evalled
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/project_was_moved_email.text.erb | 2 |
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) %> |