Cleanup of icons and removed ones not used #195

This commit is contained in:
Nabeel Shahzad
2018-02-22 13:28:12 -06:00
parent fc381da21b
commit 67f6dfc2f4
30 changed files with 3980 additions and 5173 deletions

View File

@@ -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>