From c732268bd7a2cf2a117029bdb8b061990ecc61dc Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 21 Jan 2018 13:13:49 -0500 Subject: [PATCH] Fix field label to 'Required' #148 --- app/Database/seeds/sample.yml | 2 ++ resources/views/admin/pirepfields/table.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Database/seeds/sample.yml b/app/Database/seeds/sample.yml index 792204b6..3bacfc32 100644 --- a/app/Database/seeds/sample.yml +++ b/app/Database/seeds/sample.yml @@ -261,6 +261,8 @@ flights: dpt_airport_id: KAUS arr_airport_id: KJFK route: KAUS SID TNV J87 IAH J2 LCH J22 MEI J239 ATL J52 AJFEB J14 BYJAC Q60 JAXSN J14 COLIN J61 HUBBS J55 SIE STAR KJFK + distance: 2028 + level: 360 dpt_time: 6PM CST arr_time: 11PM EST created_at: NOW diff --git a/resources/views/admin/pirepfields/table.blade.php b/resources/views/admin/pirepfields/table.blade.php index 6e7f39c3..201989ad 100644 --- a/resources/views/admin/pirepfields/table.blade.php +++ b/resources/views/admin/pirepfields/table.blade.php @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@
NameRequiredRequired
{!! $field->name !!} @if($field->required === true) - Hub + Required @endif