mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-09-18 18:45:19 -04:00
Update search placeholder
This commit is contained in:
1 parent
347dfc3258
commit
dcc10273ef
1 file changed
+2
-2
@@ -1,6 +1,6 @@
|
||||
= form_tag search_crops_path, method: :get, class: 'form-inline my-2 my-lg-0', id: 'navbar-search' do
|
||||
.input-group
|
||||
%input.form-control.mr-sm-2{name: 'term', "aria-label" => "Search", placeholder: "Search", type: "search"}/
|
||||
%input.form-control.mr-sm-2{name: 'term', "aria-label" => "Search crops", placeholder: "Search crops", type: "search"}/
|
||||
%button.btn.btn-default.text-white{type: "submit"}
|
||||
= icon 'fas', 'search'
|
||||
Search
|
||||
Search
|
||||
Reference in new issue
Block a user