From: Dan Brown Date: Mon, 30 Nov 2015 22:23:48 +0000 (+0000) Subject: Fixed some lib paths and seperated out duplicated notifications X-Git-Tag: v0.6.0~4^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/b97d5704e1f4e51bda9e6c22e8fd4ff90e5414ea Fixed some lib paths and seperated out duplicated notifications --- diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index ca73551b2..be67109c5 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -3,7 +3,7 @@ BookStack - + @@ -21,17 +21,7 @@ - @if(Session::has('success')) -
- {{ Session::get('success') }} -
- @endif - - @if(Session::has('error')) -
- {{ Session::get('error') }} -
- @endif + @include('partials/notifications')