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

4 lines
154 B
Plaintext
Raw Normal View History

.search
= form_tag search_index_path, :method => 'get' do
.pic
2012-11-21 12:09:01 +00:00
.field= text_field_tag 'query', @query, :placeholder => t("layout.search.header")