diff options
Diffstat (limited to 'app/views/notify/issue_moved_email.html.haml')
-rw-r--r-- | app/views/notify/issue_moved_email.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/notify/issue_moved_email.html.haml b/app/views/notify/issue_moved_email.html.haml new file mode 100644 index 00000000000..40f7d61fe19 --- /dev/null +++ b/app/views/notify/issue_moved_email.html.haml @@ -0,0 +1,6 @@ +%p + Issue was moved to another project. +%p + New issue: + = link_to namespace_project_issue_url(@new_project.namespace, @new_project, @new_issue) do + = @new_issue.title |