mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
= component_controller do
|
|
%div.search-input
|
|
%input{type: 'text', placeholder: t("components.search_input.placeholder"), id: 'search_query', data: {action: 'debounced:input->search-input#search'}, value: @value}
|
|
.search-button{data: @data}
|
|
%i.fa.fa-search
|