mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -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(!$paginate)
|
||||
<input id="filter-input" class="search" placeholder="Filter" />
|
||||
@if(count($rows) > 0)
|
||||
<input id="filter-input" class="search" placeholder="Filter" />
|
||||
@endif
|
||||
@else
|
||||
<form
|
||||
id="search-form"
|
||||
|
|
Loading…
Reference in a new issue