Commit 469077e55dab70dd392eb7a62d6a8c6764d6d784
1 parent
9eeb9684
Exists in
spb-stable
and in
2 other branches
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 | ... | ... |