Commit d75cb57f9cc6dc7c8c9893eb39ac0bf7ebee71ad

Authored by Dmitriy Zaporozhets
1 parent 3c050a29

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 10 %ul.nav
11 11 %li
12 12 = render "layouts/search"
13   - %li.separator
14 13 %li
15 14 = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
16 15 %i.icon-globe
... ...