9 lines
219 B
Text
9 lines
219 B
Text
%p
|
|
Issue was moved to another project.
|
|
- if @can_access_project
|
|
%p
|
|
New issue:
|
|
= link_to project_issue_url(@new_project, @new_issue) do
|
|
= @new_issue.title
|
|
- else
|
|
You don't have access to the project.
|