Fix rank image field

This commit is contained in:
Nabeel Shahzad
2018-02-12 10:26:27 -06:00
parent c817d1ae4b
commit 61dc0a046d
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<table class="table table-hover table-responsive" id="aircrafts-table">
<thead>
<th>Subfleet</th>
<th>Name</th>
<th>Subfleet</th>
{{--<th style="text-align: center;">ICAO</th>--}}
<th style="text-align: center;">Registration</th>
<th style="text-align: center;">Hours</th>
@@ -11,6 +11,7 @@
<tbody>
@foreach($aircraft as $ac)
<tr>
<td><a href="{!! route('admin.aircraft.edit', [$ac->id]) !!}">{!! $ac->name !!}</a></td>
<td>
@if($ac->subfleet_id && $ac->subfleet)
<a href="{!! route('admin.subfleets.edit', [$ac->subfleet_id]) !!}">
@@ -20,7 +21,6 @@
-
@endif
</td>
<td><a href="{!! route('admin.aircraft.edit', [$ac->id]) !!}">{!! $ac->name !!}</a></td>
<td style="text-align: center;">{!! $ac->icao !!}</td>
{{--<td style="text-align: center;">{!! $ac->registration !!}</td>--}}
<td style="text-align: center;">