Skip to content
Extraits de code Groupes Projets
Valider eb19bc9a rédigé par Daniel Grippi's avatar Daniel Grippi
Parcourir les fichiers

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

Fix #2091 - Aspects selection on mobile
parents a2b79d03 c47579cf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -46,6 +46,9 @@ ...@@ -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 @@ ...@@ -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'
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter