From 7399c8c928f163ffa48ff166457affc88796fc6e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 6 Jan 2014 14:19:08 +0200 Subject: [PATCH] Show search icon for 768px width --- app/views/layouts/_head_panel.html.haml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index ee97f86..b44006b 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -17,6 +17,9 @@ Loading... %li.hidden-sm = render "layouts/search" + %li.visible-sm + = link_to search_path, title: "Search", class: 'has_bottom_tooltip', 'data-original-title' => 'Search area' do + %i.icon-search %li = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do %i.icon-globe -- libgit2 0.21.2