mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-30 11:47:57 -04:00
* For now, drop mapbox for OSM tiles * For now, drop mapbox for OSM tiles * Use OSM tiles * Remove mapbox secrets for now. If we bring back mapbox; we should re-enstate * Update members.js.erb * Change placeholder
7 lines
342 B
Plaintext
7 lines
342 B
Plaintext
%form.form-inline{ action: search_places_path, method: :get, role: 'form' }
|
|
.form-group
|
|
= label_tag :new_place, "Change location:", class: 'sr-only'
|
|
= text_field_tag :new_place, '', class: 'form-control', placeholder: "Search for city, suburb or state..."
|
|
= submit_tag "Search", class: 'btn btn-primary', id: "search_button"
|
|
%br/
|