Browse Source

first iteration of search functionality - likely to fail hard

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

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

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

Loading…
Cancel
Save