Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
ed4d01ff9c
  1. 2
      resources/views/search/index.blade.php

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

@ -10,8 +10,6 @@
<label for="">Hops</label>
<input type="radio" id="yeasts" value="yeast" name="table" >
<label for="">Yeasts</label>
</div>
<div class="form-group">
<input type="text" class="form-control" name="search" /><button type="submit" class="btn btn-primary">Search</button>
</div>

Loading…
Cancel
Save