Cleanup of icons and removed ones not used #195
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
role="grid" aria-describedby="aircraft_fares_info">
|
||||
<thead>
|
||||
<tr role="row">
|
||||
<th>name</th>
|
||||
<th style="text-align: center;">code</th>
|
||||
<th>capacity</th>
|
||||
<th>price</th>
|
||||
<th>cost</th>
|
||||
<th></th>
|
||||
<th>Name</th>
|
||||
<th style="text-align: center;">Code</th>
|
||||
<th>Capacity</th>
|
||||
<th>Price</th>
|
||||
<th>Cost</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -39,7 +39,7 @@
|
||||
<td>
|
||||
<a href="#" data-pk="{!! $atf->id !!}" data-name="cost">{!! $atf->pivot->cost !!}</a>
|
||||
</td>
|
||||
<td style="text-align: right; width:3%;">
|
||||
<td style="text-align: center; width:3%;">
|
||||
{!! Form::open(['url' => '/admin/flights/'.$flight->id.'/fares',
|
||||
'method' => 'delete',
|
||||
'class' => 'pjax_fares_form'
|
||||
@@ -48,7 +48,7 @@
|
||||
{!! Form::hidden('fare_id', $atf->id) !!}
|
||||
{!! Form::button('<i class="fa fa-times"></i>',
|
||||
['type' => 'submit',
|
||||
'class' => 'btn btn-sm btn-danger btn-icon']) !!}
|
||||
'class' => 'btn btn-danger btn-xs']) !!}
|
||||
{!! Form::close() !!}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user