debian-mirror-gitlab/app/views/notify/issue_moved_email.text.erb
2019-03-13 22:55:13 +05:30

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