From bc6141844c4f88ae3fa724d9e1f30241c3925aef Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Dec 2014 14:30:21 +0000 Subject: [PATCH] Wider component names --- 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 990bfc24..ffb76edb 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)