Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
bd4cd69236
  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"><i class="fa fa-search" aria-hidden="true"></i></button>
<input type="text" class="form-control" name="search" /> <button type="submit" class="btn btn-primary"><i class="fa fa-search fa-2x" aria-hidden="true"></i></button>
</div>
</form>
Loading…
Cancel
Save