Some admin cleanup
This commit is contained in:
parent
fb9c1c3681
commit
79c60d34c2
@ -8,12 +8,12 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($airlines as $al)
|
@foreach($airlines as $al)
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td nowrap="true">
|
||||||
@if(filled($al->country))
|
@if(filled($al->country))
|
||||||
<span class="flag-icon flag-icon-{{ $al->country }}"></span>
|
<span class="flag-icon flag-icon-{{ $al->country }}"></span>
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
<a href="{{ route('admin.airlines.edit', [$al->id]) }}">{{ $al->code }}</a>
|
<a href="{{ route('admin.airlines.edit', [$al->id]) }}">{{ $al->iata }}/{{ $al->icao }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ $al->name }}</td>
|
<td>{{ $al->name }}</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
|
@ -84,10 +84,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="copyright pull-right">
|
|
||||||
powered by <a href="http://www.phpvms.net" target="_blank">phpvms</a>
|
|
||||||
@version
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user