diff options
Diffstat (limited to 'resources/views/pages/activities.blade.php')
-rw-r--r-- | resources/views/pages/activities.blade.php | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/resources/views/pages/activities.blade.php b/resources/views/pages/activities.blade.php index c8ccc04..1c5c32d 100644 --- a/resources/views/pages/activities.blade.php +++ b/resources/views/pages/activities.blade.php @@ -16,6 +16,8 @@ @endif </select> +<div id="sign-desc-div"></div> + <div class="table-responsive mt-2"> <table id="ajax-table" class="table table-striped table-bordered" style="white-space:nowrap;"> <thead class="thead-dark"> @@ -25,32 +27,6 @@ </tbody> </table> </div> - -{{--@if (count($activities) > 0)--}} -{{--<div class="table-responsive">--}} - {{--<table class="table table-striped table-bordered"><!-- table-hover -->--}} - {{--<thead class="thead-dark">--}} - {{--<tr><th>Operator</th><th>From</th><th>To</th><th>Special Callsign</th><th>Frequencies</th><th>QSO</th></tr>--}} - {{--</thead>--}} - {{--<tbody>--}} - {{--@foreach ($activities as $row)--}} - {{--<tr>--}} - {{--<td>{{ $row->operatorCall }}</td>--}} - {{--<td>{{ $row->fromTime }}</td>--}} - {{--<td>{{ $row->toTime }}</td>--}} - {{--<td>{{ $row->specialCall }}</td>--}} - {{--<td>{{ $row->frequencies }}</td>--}} - {{--<td>{{ $row->qso }}</td>--}} - {{--</tr>--}} - {{--@endforeach--}} - {{--</tbody>--}} - {{--</table>--}} -{{--</div>--}} -{{--@else--}} -{{--<div class="text-center">--}} - {{--<strong>There are currently no approved activities.</strong>--}} -{{--</div>--}} -{{--@endif--}} @endsection() @section('scripts') |