From c9dca746b54f034356ed061cd9c9569c9c925f79 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Thu, 25 Jul 2013 00:48:44 +0600 Subject: [PATCH] remove old file --- app/views/pages/root.html.haml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 app/views/pages/root.html.haml diff --git a/app/views/pages/root.html.haml b/app/views/pages/root.html.haml deleted file mode 100644 index 0817ea065..000000000 --- a/app/views/pages/root.html.haml +++ /dev/null @@ -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")