Welcome to mirror list, hosted at ThFree Co, Russian Federation.

issue_moved_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 985e689aa9de747b20cb0d6a4464b1a9674d8b5a (plain)
1
2
3
4
5
6
7
8
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 %>