gitlab-org--gitlab-foss/app/views/notify/issue_moved_email.html.haml

10 lines
219 B
Plaintext

%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.