Some admin cleanup

This commit is contained in:
Nabeel Shahzad 2019-06-19 13:07:03 -04:00
parent fb9c1c3681
commit 79c60d34c2
2 changed files with 2 additions and 6 deletions

View File

@ -8,12 +8,12 @@
<tbody>
@foreach($airlines as $al)
<tr>
<td>
<td nowrap="true">
@if(filled($al->country))
<span class="flag-icon flag-icon-{{ $al->country }}"></span>
&nbsp;
@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>{{ $al->name }}</td>
<td class="text-center">

View File

@ -84,10 +84,6 @@
<ul>
</ul>
</nav>
<div class="copyright pull-right">
powered by <a href="http://www.phpvms.net" target="_blank">phpvms</a>
@version
</div>
</div>
</footer>
</div>