From 61afb54121dcef039bd89bb09c4d934e219151cc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 28 Apr 2015 11:21:57 +0100 Subject: [PATCH] Remove component list from editing incidents. --- .../views/dashboard/incidents/edit.blade.php | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/resources/views/dashboard/incidents/edit.blade.php b/resources/views/dashboard/incidents/edit.blade.php index 068209fe..3b69d72b 100644 --- a/resources/views/dashboard/incidents/edit.blade.php +++ b/resources/views/dashboard/incidents/edit.blade.php @@ -44,39 +44,6 @@ {{ trans('cachet.incidents.status')[4] }} - @if(!$componentsInGroups->isEmpty() || !$componentsOutGroups->isEmpty()) -
- - - {{ trans('forms.optional') }} -
-
-
-
- @foreach(trans('cachet.components.status') as $statusID => $status) -
- -
- @endforeach -
-
-
- @endif