From a9b7117db9d9a438be06ca9d28c040cb1f11a3f0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 1 Sep 2018 21:50:54 -0600 Subject: [PATCH] Add bulk report actions --- resources/views/admin/reports/home.blade.php | 114 ++++++++++++++++++- 1 file changed, 111 insertions(+), 3 deletions(-) diff --git a/resources/views/admin/reports/home.blade.php b/resources/views/admin/reports/home.blade.php index bb0c3acbd..3a48393aa 100644 --- a/resources/views/admin/reports/home.blade.php +++ b/resources/views/admin/reports/home.blade.php @@ -17,9 +17,39 @@
+
+
+ + + 0 + + items selected + + + + + Apply + + +
+
+ - + + @@ -31,11 +61,18 @@ @foreach($reports as $report) - + @@ -54,9 +91,80 @@ @endsection +@push('styles') + +@endpush + @push('scripts')
+
+
+ + +
+
+
# Reporter Type
+ +
+ + +
+
{{$report->id}} - + + {{$report->reporter->username}} {{$report->type}} {{str_limit($report->reported()->url(), 25)}}