summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_moved_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/issue_moved_email.text.erb')
-rw-r--r--app/views/notify/issue_moved_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/issue_moved_email.text.erb b/app/views/notify/issue_moved_email.text.erb
index b3bd43c2055..43b26632332 100644
--- a/app/views/notify/issue_moved_email.text.erb
+++ b/app/views/notify/issue_moved_email.text.erb
@@ -1,4 +1,4 @@
Issue was moved to another project.
New issue location:
-<%= namespace_project_issue_url(@new_project.namespace, @new_project, @new_issue) %>
+<%= namespace_project_issue_url(*@new_project, @new_issue) %>