Commit d4b4088321237c3ad5bbc79b321d7af3ff7f0c9d

Authored by Dmitriy Zaporozhets
2 parents 86726662 469077e5

Merge pull request #6897 from cirosantilli/help-every-page

Add help link to header.
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/views/layouts/_head_panel.html.haml
... ... @@ -20,6 +20,10 @@
20 20 = link_to search_path, title: "Search", class: 'has_bottom_tooltip', 'data-original-title' => 'Search area' do
21 21 %i.icon-search
22 22 %li
  23 + = link_to help_path, title: 'Help', class: 'has_bottom_tooltip',
  24 + 'data-original-title' => 'Help' do
  25 + %i.icon-question
  26 + %li
23 27 = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
24 28 %i.icon-globe
25 29 %li
... ...