From b0fc2489f60ae4f547fc0e1fe79cf13586ac60ca Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 31 May 2017 09:39:52 -0700 Subject: [PATCH] Almost fixes user history table Something is still fucky here --- resources/views/users/view.blade.php | 47 +++++++++++++--------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/resources/views/users/view.blade.php b/resources/views/users/view.blade.php index b268889f7e..3e4e1a2580 100755 --- a/resources/views/users/view.blade.php +++ b/resources/views/users/view.blade.php @@ -428,35 +428,25 @@
- + +
- - - - - - - + + + + + + + + - - @foreach ($userlog as $log) - @php $result = $log->present()->forDataTable; - @endphp - - - - - - - @endforeach -
{{ trans('general.date') }}{{ trans('table.action') }}{{ trans('general.asset') }}{{ trans('table.by') }}
{{ trans('general.date') }}{{ trans('general.admin') }}{{ trans('general.action') }}{{ trans('general.item') }}{{ trans('general.target') }}
- {!!$result['icon']!!} - {{ $result['created_at'] }}{{ $result['action_type'] }} - {!! $result['item'] !!} - - {!! $result['admin'] !!} -
+
@@ -523,4 +513,9 @@ $(function () { }); + +@stop + +@section('moar_scripts') + @include ('partials.bootstrap-table') @stop