Skip to content

Commit 93241a1

Browse files
committed
list filters
1 parent d644bd3 commit 93241a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/resources/views/admin/_index.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<tr>
2424
<td colspan="4"></td>
2525
<td>
26-
<input st-search="'title'" class="form-control input-sm" placeholder="@{{ 'Search' | translate }}…" type="text">
26+
<input st-search="title" class="form-control input-sm" placeholder="@{{ 'Search' | translate }}…" type="text">
2727
</td>
2828
<td>
29-
<input st-search="'address'" class="form-control input-sm" placeholder="@{{ 'Search' | translate }}…" type="text">
29+
<input st-search="address" class="form-control input-sm" placeholder="@{{ 'Search' | translate }}…" type="text">
3030
</td>
3131
<td>
32-
<input st-search="'website'" class="form-control input-sm" placeholder="@{{ 'Search' | translate }}…" type="text">
32+
<input st-search="website" class="form-control input-sm" placeholder="@{{ 'Search' | translate }}…" type="text">
3333
</td>
3434
</tr>
3535
</thead>

0 commit comments

Comments
 (0)