Use sign icon style for help link
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
c5ef0c60bf
commit
993fc84855
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
%li
|
||||
= link_to help_path, title: 'Help', class: 'has_bottom_tooltip',
|
||||
'data-original-title' => 'Help' do
|
||||
%i.icon-question
|
||||
%i.icon-question-sign
|
||||
%li
|
||||
= link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
|
||||
%i.icon-globe
|
||||
|
|
Loading…
Reference in a new issue