Commit 7399c8c928f163ffa48ff166457affc88796fc6e
1 parent
2ee8d5aa
Exists in
spb-stable
and in
3 other branches
Show search icon for 768px width
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
app/views/layouts/_head_panel.html.haml
@@ -17,6 +17,9 @@ | @@ -17,6 +17,9 @@ | ||
17 | Loading... | 17 | Loading... |
18 | %li.hidden-sm | 18 | %li.hidden-sm |
19 | = render "layouts/search" | 19 | = render "layouts/search" |
20 | + %li.visible-sm | ||
21 | + = link_to search_path, title: "Search", class: 'has_bottom_tooltip', 'data-original-title' => 'Search area' do | ||
22 | + %i.icon-search | ||
20 | %li | 23 | %li |
21 | = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do | 24 | = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do |
22 | %i.icon-globe | 25 | %i.icon-globe |