38f3c2e186
Don't show new issue link after move when a user does not have permissions to display the new issue
8 lines
196 B
Text
8 lines
196 B
Text
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 %>
|