Fix broken header on the settings page on webkit browsers

This commit is contained in:
flaburgan 2014-02-09 15:43:05 +01:00
parent 725fbbf85e
commit c7c1e874b9

View file

@ -48,7 +48,6 @@
%body %body
#app #app
%header#main_nav %header#main_nav
= link_to(image_tag('icons/asterisk_white_mobile.png'), stream_path, id: 'header_title')
- if user_signed_in? - if user_signed_in?
#nav_badges #nav_badges
-# Notifications -# Notifications
@ -67,6 +66,7 @@
= link_to(image_tag('icons/compose_mobile.png'), new_status_message_path, class: "badge", id: "compose_badge") = link_to(image_tag('icons/compose_mobile.png'), new_status_message_path, class: "badge", id: "compose_badge")
-# Menu -# Menu
= link_to(image_tag('icons/menu.png'), "#", id: "menu_badge", class: "badge") = link_to(image_tag('icons/menu.png'), "#", id: "menu_badge", class: "badge")
= link_to(image_tag('icons/asterisk_white_mobile.png'), stream_path, id: 'header_title')