summaryrefslogtreecommitdiff
path: root/app/views/notify/issues_csv_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/issues_csv_email.text.erb')
-rw-r--r--app/views/notify/issues_csv_email.text.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/notify/issues_csv_email.text.erb b/app/views/notify/issues_csv_email.text.erb
new file mode 100644
index 00000000000..5d4128e3ae9
--- /dev/null
+++ b/app/views/notify/issues_csv_email.text.erb
@@ -0,0 +1,5 @@
+Your CSV export of <%= pluralize(@written_count, 'issue') %> from project <%= @project.full_name %> (<%= project_url(@project) %>) has been added to this email as an attachment.
+
+<% if @truncated %>
+This attachment has been truncated to avoid exceeding a maximum allowed attachment size of 15MB. <%= @written_count %> of <%= @issues_count %> issues have been included. Consider re-exporting with a narrower selection of issues.
+<% end %>