From de1168ee32fbe9a7bb51759b17d9d425426f0558 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 14 Dec 2014 22:46:00 +0000 Subject: [PATCH] Fix components tab, too many closing div tags --- app/views/dashboard/components.blade.php | 45 ++++++++++++------------ 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/app/views/dashboard/components.blade.php b/app/views/dashboard/components.blade.php index 86711861..6fd7c310 100644 --- a/app/views/dashboard/components.blade.php +++ b/app/views/dashboard/components.blade.php @@ -29,31 +29,30 @@

Create a component

@if($component = Session::get('component')) -
- @if($component->isValid()) - Awesome. Component added. - @else - Whoops. Something went wrong with the component. {{ $component->getErrors() }} - @endif -
+
+ @if($component->isValid()) + Awesome. Component added. + @else + Whoops. Something went wrong with the component. {{ $component->getErrors() }} @endif - -
-
-
- - -
-
- - -
-
- - - -
+ @endif + +
+
+
+ + +
+
+ + +
+
+ + + +
@stop