gitlab-org--gitlab-foss/app/views/notify/issue_moved_email.text.erb
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

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