From d0a62e787e715b82f2d0261e0bf835374d2f641f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 30 Dec 2014 20:21:37 +0000 Subject: [PATCH] Better styling for inline component editor --- app/views/dashboard/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dashboard/index.blade.php b/app/views/dashboard/index.blade.php index 37fa3bf1..990bfc24 100644 --- a/app/views/dashboard/index.blade.php +++ b/app/views/dashboard/index.blade.php @@ -16,10 +16,10 @@
{{ Form::open(['class' => 'component-inline']) }}
-
+
{{ $component->name }}
-
+
@foreach(Lang::get('cachet.component.status') as $statusID => $status)