Commit 993fc8485518e53b7b868b47a622455b01d741a1
1 parent
c5ef0c60
Exists in
spb-stable
and in
2 other branches
Use sign icon style for help link
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/_head_panel.html.haml
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | %li |
23 | 23 | = link_to help_path, title: 'Help', class: 'has_bottom_tooltip', |
24 | 24 | 'data-original-title' => 'Help' do |
25 | - %i.icon-question | |
25 | + %i.icon-question-sign | |
26 | 26 | %li |
27 | 27 | = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do |
28 | 28 | %i.icon-globe | ... | ... |