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

issue_cloned_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: 8d3ff14df5a19fa6e5ae95117a09d4f2872619b6 (plain)
1
2
3
4
5
6
7
8
Issue was cloned.

<% if @can_access_project %>
  New issue location:
  <%= project_issue_url(@new_issue.project, @new_issue) %>
<% else %>
  You don't have access to the project.
<% end %>