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.haml6
1 files changed, 4 insertions, 2 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
index 78d4751b64a..c9e9ade2cf1 100644
--- a/app/views/notify/project_was_not_exported_email.html.haml
+++ b/app/views/notify/project_was_not_exported_email.html.haml
@@ -3,5 +3,7 @@
%p
The errors we encountered were:
- %h3{style: "background: black; color: red;"}
- #{@errors}
+ %ul
+ - @errors.each do |error|
+ %li
+ error