Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
89cc9bb321
  1. 2
      resources/views/search/results.blade.php

2
resources/views/search/results.blade.php

@ -17,7 +17,7 @@
<tr>
<th scope="col">@sortablelink('name')</th>
<th scope="col">Brewery</th>
<th scope="col" class="hideable">@sortablelink('type')</th>
<th scope="col" class="hideable">@sortablelink('type'. 'Style')</th>
</tr>
</thead>

Loading…
Cancel
Save