diff --git a/resources/views/admin/release-reports/index.blade.php b/resources/views/admin/release-reports/index.blade.php index ab58de740..d65ca85e8 100644 --- a/resources/views/admin/release-reports/index.blade.php +++ b/resources/views/admin/release-reports/index.blade.php @@ -1,7 +1,8 @@ @extends('layouts.admin') @section('content') -
+
+
@if(session('success'))
@@ -66,10 +67,10 @@ @if($reportsList->count() > 0) -
+ @csrf
- + + #{{ $report->id }} @@ -143,9 +144,10 @@ @if($report->description) @@ -251,6 +253,7 @@ data-report-id="{{ $report->id }}" data-report-status="{{ $report->status }}" data-action-url="{{ route('admin.release-reports.revert', $report->id) }}" + @click="showRevert($event.currentTarget.dataset.actionUrl, $event.currentTarget.dataset.reportStatus)" title="Revert to Reviewed for further action"> Revert @@ -295,15 +298,20 @@
@endif
-
+
-