From c7c1e874b9be784fe47e3d41f883065be5512211 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Sun, 9 Feb 2014 15:43:05 +0100 Subject: [PATCH] Fix broken header on the settings page on webkit browsers --- app/views/layouts/application.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 5bb0d4933..8c6f51395 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -48,7 +48,6 @@ %body #app %header#main_nav - = link_to(image_tag('icons/asterisk_white_mobile.png'), stream_path, id: 'header_title') - if user_signed_in? #nav_badges -# Notifications @@ -67,6 +66,7 @@ = link_to(image_tag('icons/compose_mobile.png'), new_status_message_path, class: "badge", id: "compose_badge") -# Menu = 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')