gitlab-org--gitlab-foss/app/views/notify/issue_moved_email.html.haml
Jarka Košanová 38f3c2e186 Remove link after issue move when no permissions
Don't show new issue link after move
when a user does not have permissions
to display the new issue
2019-02-20 10:17:49 +01:00

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.