2016-03-15 06:35:40 -04:00
|
|
|
Issue was moved to another project.
|
|
|
|
|
2019-02-13 05:50:24 -05:00
|
|
|
<% if @can_access_project %>
|
2016-03-15 06:35:40 -04:00
|
|
|
New issue location:
|
2017-06-29 13:06:35 -04:00
|
|
|
<%= project_issue_url(@new_project, @new_issue) %>
|
2019-02-13 05:50:24 -05:00
|
|
|
<% else %>
|
|
|
|
You don't have access to the project.
|
|
|
|
<% end %>
|