mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Reset to head
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
%li
|
||||
%a{href: ""} Map
|
||||
%li
|
||||
%a{href: producers_path} Producers
|
||||
%a{href: ""} Producers
|
||||
%li
|
||||
%a{href: ""} Groups
|
||||
.small-4.columns.text-left
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
%li.divider
|
||||
%li
|
||||
%a
|
||||
%span.nav-primary{href: main_app.producers_path} Producers
|
||||
%span.nav-primary{href: producers_path} Producers
|
||||
%li.divider
|
||||
%li
|
||||
%a
|
||||
%span.nav-primary{href: ""} Groups
|
||||
%li.divider
|
||||
%section.top-bar-section
|
||||
%ul.right{"ng-controller" => "AuthenticationCtrl"}
|
||||
%ul.right{"ng-controller" => "AuthenticationActionsCtrl"}
|
||||
%li.divider
|
||||
- if spree_current_user.nil?
|
||||
= render 'shared/signed_out'
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
%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
|
||||
%a{href: main_app.shop_path}
|
||||
{{ CurrentHub.name }}
|
||||
|
||||
%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: producers_path} Producers
|
||||
%li
|
||||
- if spree_current_user.nil?
|
||||
= render 'shared/signed_out'
|
||||
- else
|
||||
= render 'shared/signed_in'
|
||||
|
||||
Reference in New Issue
Block a user