summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_not_exported_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_was_not_exported_email.html.haml')
-rw-r--r--app/views/notify/project_was_not_exported_email.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/notify/project_was_not_exported_email.html.haml b/app/views/notify/project_was_not_exported_email.html.haml
new file mode 100644
index 00000000000..c9e9ade2cf1
--- /dev/null
+++ b/app/views/notify/project_was_not_exported_email.html.haml
@@ -0,0 +1,9 @@
+%p
+ Project #{@project.name} couldn't be exported.
+%p
+ The errors we encountered were:
+
+ %ul
+ - @errors.each do |error|
+ %li
+ error