mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
26 lines
727 B
Plaintext
26 lines
727 B
Plaintext
%nav.top-bar
|
|
%section.top-bar-section
|
|
%ul.left{"ng-controller" => "AuthenticationActionsCtrl"}
|
|
%li
|
|
%a.icon{"ng-click" => "Sidebar.toggle()"}
|
|
%i.fi-list
|
|
|
|
%li= link_to image_tag("ofn_logo_small.png"), root_path
|
|
%li.divider
|
|
- if spree_current_user.nil?
|
|
= render 'shared/signed_out'
|
|
- else
|
|
= render 'shared/signed_in'
|
|
|
|
%section.top-bar-section
|
|
%ul.right
|
|
%li.current_hub{"ng-controller" => "CurrentHubCtrl", "ng-show" => "CurrentHub.id"}
|
|
%a{href: main_app.shop_path}
|
|
{{ CurrentHub.name }}
|
|
%li.cart
|
|
%a.icon{href: cart_url}
|
|
%i.fi-shopping-cart
|
|
%span
|
|
= cart_count
|
|
items
|