mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-13 20:32:30 -05:00
Fix the edit-list when there are no items and the number of options is set to unlimited
This commit is contained in:
parent
c6d298a8b9
commit
e1da7267b3
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
||||||
|
|
||||||
@if($filter)
|
@if($filter)
|
||||||
@if(!$paginate)
|
@if(!$paginate)
|
||||||
<input id="filter-input" class="search" placeholder="Filter" />
|
@if(count($rows) > 0)
|
||||||
|
<input id="filter-input" class="search" placeholder="Filter" />
|
||||||
|
@endif
|
||||||
@else
|
@else
|
||||||
<form
|
<form
|
||||||
id="search-form"
|
id="search-form"
|
||||||
|
|
Loading…
Reference in a new issue