Merge pull request #2111 from vcuculo/fix-mobile-select

Fix #2091 - Aspects selection on mobile
This commit is contained in:
Daniel Grippi 2011-10-11 09:29:45 -07:00
commit eb19bc9a78

View file

@ -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'