From 9d44607b8f95c1a502bfe24d7e6c4cd893cb2c9e Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 8 Nov 2017 03:13:18 -0800 Subject: [PATCH] Added UI fade out when bootstrap alerts are dismissed --- resources/views/notifications.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/notifications.blade.php b/resources/views/notifications.blade.php index c86be5f3f0..dff9ab9531 100755 --- a/resources/views/notifications.blade.php +++ b/resources/views/notifications.blade.php @@ -1,6 +1,6 @@ @if ($errors->any())
-
+
Error: @@ -13,7 +13,7 @@ @if ($message = Session::get('status'))
-
+
Success: @@ -25,7 +25,7 @@ @if ($message = Session::get('success'))
-
+
Success: @@ -36,7 +36,7 @@ @if ($message = Session::get('error'))
-
+
Error: @@ -47,7 +47,7 @@ @if ($message = Session::get('warning'))
-
+
Warning: @@ -58,7 +58,7 @@ @if ($message = Session::get('info'))
-
+
Info: