From a2af7790045e22bef15d922e6feae85479b917bc Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 29 Sep 2016 10:54:45 -0500 Subject: Add flash containers and broadcast messages below subnav --- app/views/layouts/_flash.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/views/layouts/_flash.html.haml') diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml index 3612f1ce5c6..baa8036de10 100644 --- a/app/views/layouts/_flash.html.haml +++ b/app/views/layouts/_flash.html.haml @@ -1,8 +1,10 @@ .flash-container.flash-container-page - if alert .flash-alert - = alert + %div{ class: (container_class) } + %span= alert - elsif notice .flash-notice - = notice + %div{ class: (container_class) } + %span= notice -- cgit v1.2.3