From fe8c9150ec57693193142da5eb429fc2759878b8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 6 Feb 2015 14:08:16 +0000 Subject: [PATCH] Use raw HTML within the dashboard index to prevent HTTPS errors --- app/views/dashboard/index.blade.php | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app/views/dashboard/index.blade.php b/app/views/dashboard/index.blade.php index b5533372..20de321f 100644 --- a/app/views/dashboard/index.blade.php +++ b/app/views/dashboard/index.blade.php @@ -17,24 +17,24 @@
@forelse($components as $component)
- {{ Form::open(['class' => 'component-inline form-horizontal', 'data-messenger' => trans('dashboard.components.edit.success')]) }} -
-
-

{{ $component->name }}

-
-
- @foreach(trans('cachet.components.status') as $statusID => $status) -
- +
+
+
+

{{ $component->name }}

+
+
+ @foreach(trans('cachet.components.status') as $statusID => $status) +
+ +
+ @endforeach
- @endforeach
-
- - {{ Form::close() }} + +
@empty
{{ trans('dashboard.components.add.message') }}