Commit d75cb57f9cc6dc7c8c9893eb39ac0bf7ebee71ad
1 parent
3c050a29
Exists in
master
and in
4 other branches
remove separator between search & icons in header
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/layouts/_head_panel.html.haml
@@ -10,7 +10,6 @@ | @@ -10,7 +10,6 @@ | ||
10 | %ul.nav | 10 | %ul.nav |
11 | %li | 11 | %li |
12 | = render "layouts/search" | 12 | = render "layouts/search" |
13 | - %li.separator | ||
14 | %li | 13 | %li |
15 | = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do | 14 | = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do |
16 | %i.icon-globe | 15 | %i.icon-globe |