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