remove old file

This commit is contained in:
Alexander Machehin 2013-07-25 00:48:44 +06:00
parent 19de85ef4b
commit c9dca746b5
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
.root
= form_tag search_index_path, :method => 'get' do
= text_field_tag 'query', params[:query], :placeholder => t("layout.search.header"), :class => 'exsearch'
= submit_tag t("layout.search.header")