Files
openfoodnetwork/app/views/shared/menu/_mobile_menu.html.haml
2014-05-06 18:28:20 +10:00

24 lines
599 B
Plaintext

%aside.left-off-canvas-menu.show-for-small
%ul.off-canvas-list
%li= link_to image_tag("ofn_logo_small.png"), root_path
%li
%a{href: main_app.producers_path} Producers
%li
- if spree_current_user.nil?
= render 'shared/signed_out'
- else
= render 'shared/signed_in'
%nav.tab-bar.show-for-small
%section.left-small
%a.left-off-canvas-toggle.menu-icon
%span
%a{href: main_app.shop_path}
{{ CurrentHub.name }}
%section.right-small
%a.icon{href: cart_url}
%i.fi-shopping-cart
%span
= cart_count
items