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)