5 lines
414 B
Plaintext
5 lines
414 B
Plaintext
= form_tag search_index_path, :method => 'get' do
|
|
.leftside= text_field_tag 'query', params[:query], :placeholder => t("layout.search.header"), :class => 'exsearch'
|
|
.lineForm.leftside.rmargin10= select_tag 'type', options_for_select(t('layout.search.types').invert, params[:type]), :class => 'sel80 cusel', :id => 'selSearch'
|
|
.leftside= submit_tag t("layout.search.header"), :class => 'button width100'
|
|
.both |