Reset to head

This commit is contained in:
summerscope
2014-05-06 18:35:22 +10:00
parent 169d5669f1
commit c5376f3862
3 changed files with 16 additions and 16 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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'