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.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/notify/issue_moved_email.text.erb b/app/views/notify/issue_moved_email.text.erb
index 66ede43635b..985e689aa9d 100644
--- a/app/views/notify/issue_moved_email.text.erb
+++ b/app/views/notify/issue_moved_email.text.erb
@@ -1,4 +1,8 @@
Issue was moved to another project.
+<% if @can_access_project %>
New issue location:
<%= project_issue_url(@new_project, @new_issue) %>
+<% else %>
+You don't have access to the project.
+<% end %>