mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
#active-table-search.row
|
|
.small-12.columns
|
|
%input{type: :text,
|
|
"ng-model" => "query",
|
|
placeholder: t('search_by_name'),
|
|
"ng-debounce" => "150",
|
|
"ofn-disable-enter" => true}
|