7 lines
357 B
Text
7 lines
357 B
Text
#search_area
|
|
= form_tag(backoffice_dossiers_search_url, method: :get) do
|
|
.input-group
|
|
= text_field_tag('q', "#{@search_terms unless @search_terms.nil? }", id: 'q', placeholder: "Recherchez parmi tous vos dossiers", class:'form-control')
|
|
%span.input-group-btn
|
|
%button.btn.btn-default{ id:'search_button' }
|
|
%i.fa.fa-search
|