summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_moved_email.text.erb
blob: 985e689aa9de747b20cb0d6a4464b1a9674d8b5a (plain)
1
2
3
4
5
6
7
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 %>