cleanup some templates

This commit is contained in:
Nabeel Shahzad
2018-02-26 19:23:22 -06:00
parent cdd5fc749c
commit e6d78f3e22
7 changed files with 16 additions and 4 deletions

View File

@@ -1,11 +1,13 @@
<div id="flight_fields_wrapper">
<h3>custom fields</h3><br />
<table class="table table-responsive" id="flight-fields-table">
@if(count($flight->fields))
<thead>
<th>Name</th>
<th>Value</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Actions</th>
</thead>
@endif
<tbody>
@foreach($flight->fields as $field)
<tr>