about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/auth.html.haml')
-rw-r--r--app/views/layouts/auth.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml
index 54aa07e2c..52d567280 100644
--- a/app/views/layouts/auth.html.haml
+++ b/app/views/layouts/auth.html.haml
@@ -7,6 +7,12 @@
           %small= Rails.configuration.x.local_domain
 
     .form-container
+      - if flash[:notice]
+        .flash-message.notice= flash[:notice]
+
+      - if flash[:alert]
+        .flash-message.alert= flash[:alert]
+
       = yield
 
 = render template: "layouts/application"