mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-04 22:27:18 -04:00
7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
= form_tag search_crops_path, method: :get, class: 'form-inline', id: 'navbar-search' do
|
|
.input-group
|
|
%input.form-control{name: 'term', "aria-label" => "Search crops", placeholder: "Search crops", type: "search", id: 'term' }/
|
|
%button.btn.btn-default.text-white{type: "submit"}
|
|
= icon 'fas', 'search'
|
|
.sr-only Search
|