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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
190 B
Plaintext
Raw Normal View History

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