Fix up the PIREP field CRUD code

This commit is contained in:
Nabeel Shahzad
2017-12-31 20:59:26 -06:00
parent 11c724649c
commit 6406f47aaa
18 changed files with 101 additions and 123 deletions

View File

@@ -17,7 +17,7 @@
<td>{!! $airport->name !!}</td>
<td>{!! $airport->location !!}</td>
<td style="text-align: center;">
@if($airport->hub == 1)
@if($airport->hub === true)
<span class="label label-success">Hub</span>
@endif
</td>