consistency on admin tables

This commit is contained in:
Nabeel Shahzad
2017-08-23 14:59:15 -05:00
parent 0d29369e54
commit 33ccc966b2
9 changed files with 17 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
<table class="table table-responsive" id="airlines-table">
<table class="table table-hover table-responsive" id="airlines-table">
<thead>
<th>Code</th>
<th>IATA</th>
<th>Name</th>
<th class="text-center">Active</th>
<th class="text-right">Action</th>
<th></th>
</thead>
<tbody>
@foreach($airlines as $al)