Commit d210484205c51e12e63ea0ad20cd10b7ef3f7057
1 parent
993fc848
Exists in
spb-stable
and in
2 other branches
Fix mobile menu after adding help link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/_head_panel.html.haml
@@ -43,6 +43,6 @@ | @@ -43,6 +43,6 @@ | ||
43 | %li | 43 | %li |
44 | = link_to destroy_user_session_path, class: "logout", method: :delete, title: "Logout", class: 'has_bottom_tooltip', 'data-original-title' => 'Logout' do | 44 | = link_to destroy_user_session_path, class: "logout", method: :delete, title: "Logout", class: 'has_bottom_tooltip', 'data-original-title' => 'Logout' do |
45 | %i.icon-signout | 45 | %i.icon-signout |
46 | - %li | 46 | + %li.hidden-xs |
47 | = link_to current_user, class: "profile-pic", id: 'profile-pic' do | 47 | = link_to current_user, class: "profile-pic", id: 'profile-pic' do |
48 | = image_tag avatar_icon(current_user.email, 26), alt: 'User activity' | 48 | = image_tag avatar_icon(current_user.email, 26), alt: 'User activity' |