diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-06 14:19:08 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-06 14:19:08 +0200 |
commit | 7399c8c928f163ffa48ff166457affc88796fc6e (patch) | |
tree | f8dc276aa238821a8785755c910336fb5b4f030c | |
parent | 2ee8d5aa4321f7ed28c207dbcd2efb5495636d0d (diff) | |
download | gitlab-ce-7399c8c928f163ffa48ff166457affc88796fc6e.tar.gz |
Show search icon for 768px width
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/layouts/_head_panel.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index ee97f865371..b44006b3ed1 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 |