From c47579cfd83b1cb5ea5bf434f25ab68b0662ffbc Mon Sep 17 00:00:00 2001 From: Vittorio Cuculo Date: Wed, 5 Oct 2011 09:30:45 +0200 Subject: [PATCH] Fix #2091 - Mobile select aspect --- app/views/layouts/application.mobile.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 5637ff364..95cd15336 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -46,6 +46,9 @@ = yield(:head) %body + #main{:role => "main"} + = yield + %header = link_to(image_tag('white@2x.png', :height => 20, :width => 127, :id => 'header_title'), aspects_path) - if user_signed_in? @@ -54,9 +57,6 @@ - else = link_to(image_tag('icons/compose_mobile2.png', :height => 28, :width => 28), new_status_message_path, :class => 'compose_icon') - #main{:role => "main"} - = yield - - if user_signed_in? = render :partial =>'shared/footer'