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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/issue_cloned_email.text.erb')
-rw-r--r--app/views/notify/issue_cloned_email.text.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/notify/issue_cloned_email.text.erb b/app/views/notify/issue_cloned_email.text.erb
new file mode 100644
index 00000000000..8d3ff14df5a
--- /dev/null
+++ b/app/views/notify/issue_cloned_email.text.erb
@@ -0,0 +1,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 %>