From 57e91027c8b3daeae22ca9d0e362504ea9575ff8 Mon Sep 17 00:00:00 2001 From: Nabeel S Date: Mon, 8 Jun 2020 06:55:57 -0700 Subject: [PATCH] Fix the search route for pending PIREPs #752 (#754) --- resources/views/admin/pireps/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/pireps/index.blade.php b/resources/views/admin/pireps/index.blade.php index 81f4b570..10c57217 100644 --- a/resources/views/admin/pireps/index.blade.php +++ b/resources/views/admin/pireps/index.blade.php @@ -3,7 +3,7 @@ @section('title', 'Pilot Reports') @section('actions')
  • PIREP Fields
  • -
  • Pending
  • +
  • Pending
  • View All
  • @endsection @section('content')