about summary refs log tree commit diff
path: root/app/views/shared/_error_messages.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_error_messages.html.haml')
-rw-r--r--app/views/shared/_error_messages.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/_error_messages.html.haml b/app/views/shared/_error_messages.html.haml
index 28becd6c4..4916bd424 100644
--- a/app/views/shared/_error_messages.html.haml
+++ b/app/views/shared/_error_messages.html.haml
@@ -1,3 +1,6 @@
 - if object.errors.any?
   .flash-message.alert#error_explanation
     %strong= t('generic.validation_errors', count: object.errors.count)
+- object.errors[:base].each do |error|
+  .flash-message.alert
+    %strong= error