Fix #2091 - Mobile select aspect
This commit is contained in:
parent
8c15ca2a4b
commit
c47579cfd8
1 changed files with 3 additions and 3 deletions
|
|
@ -46,6 +46,9 @@
|
||||||
= yield(:head)
|
= yield(:head)
|
||||||
|
|
||||||
%body
|
%body
|
||||||
|
#main{:role => "main"}
|
||||||
|
= yield
|
||||||
|
|
||||||
%header
|
%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'), aspects_path)
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
|
|
@ -54,9 +57,6 @@
|
||||||
- else
|
- else
|
||||||
= link_to(image_tag('icons/compose_mobile2.png', :height => 28, :width => 28), new_status_message_path, :class => 'compose_icon')
|
= 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?
|
- if user_signed_in?
|
||||||
= render :partial =>'shared/footer'
|
= render :partial =>'shared/footer'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue