gitlab-org--gitlab-foss/app/views/notify/issue_moved_email.text.erb

9 lines
196 B
Plaintext

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