rosa-build/app/views/search/_form.html.haml

4 lines
162 B
Plaintext
Raw Normal View History

.search
= form_tag search_index_path, :method => 'get' do
.pic
.field= text_field_tag 'query', params[:query], :placeholder => t("layout.search.header")