From 03d3e885b58c1554832160c82a730df332e8ae38 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Mon, 24 Oct 2011 21:20:19 -0700 Subject: [PATCH] disapora logo goes to stream page on mobile --- 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 95cd15336..c4d0ef66b 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -50,7 +50,7 @@ = yield %header - = link_to(image_tag('white@2x.png', :height => 20, :width => 127, :id => 'header_title'), aspects_path) + = link_to(image_tag('white@2x.png', :height => 20, :width => 127, :id => 'header_title'), multi_path) - if user_signed_in? - if yield(:header_action).present? = yield(:header_action)