Compare commits
No commits in common. "3cad3b3d0f16d93cca89e0b920a28c84e0920704" and "29f40c37bbfdf0641476b42833c507ae826b780b" have entirely different histories.
3cad3b3d0f
...
29f40c37bb
@ -17,8 +17,6 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form class="row form" method="GET" action="">
|
||||
<input type="hidden" name="sort" value="{{ request('sort', 'park_id') }}">
|
||||
<input type="hidden" name="order" value="{{ request('order', 'asc') }}">
|
||||
<div class="w-100 alert alert-success">
|
||||
<h6><a class="text-success" data-toggle="collapse" href="#search-option" role="button"
|
||||
aria-expanded="false" aria-controls="search-option">絞込み条件を追加する</a></h6>
|
||||
@ -54,7 +52,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<div style="overflow-x: auto; width: 100%;">
|
||||
<table id="searchTable" class="table table-striped">
|
||||
<table id="searchTable" class="tablesorter table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="header">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user