Installer fixes

This commit is contained in:
Nabeel Shahzad
2018-02-12 09:47:12 -06:00
parent ecfda6de15
commit c817d1ae4b
5 changed files with 29 additions and 8 deletions
@@ -34,7 +34,11 @@
<div style="float: left; position: absolute; display:block; top: 0px;font-size: 150px">
<i class="fa fa-location-arrow" style="opacity: .1;"></i>
</div>
<h4 class="">{!! $user->current_airport->icao !!}</h4>
@if($user->current_airport)
<h4 class="">{!! $user->current_airport->icao !!}</h4>
@else
<h4 class="">-</h4>
@endif
<h5 class="description" style="color: white;">current airport</h5>
</div>
</div>