Browse Source

first iteration of search functionality - likely to fail hard

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

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

@ -10,7 +10,7 @@
<label for="">Hops</label>
<input type="radio" id="yeasts" value="yeast" name="table" >
<label for="">Yeasts</label></span>
<input type="text" class="form-control" name="search" /><button type="submit" class="btn btn-primary">Search</button>
<input type="search" class="form-control" name="search" /><button type="submit" class="btn btn-primary">Search</button>
</div>
</form>
Loading…
Cancel
Save