mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
31 lines
988 B
Plaintext
31 lines
988 B
Plaintext
- content_for(:title) do
|
|
= current_distributor.name
|
|
- content_for(:description) do
|
|
= current_distributor.description
|
|
- content_for(:image) do
|
|
= current_distributor.logo.url
|
|
|
|
- content_for :injection_data do
|
|
- cache(*CacheService::FragmentCaching.ams_shop(@enterprise)) do
|
|
= inject_enterprise_shopfront(@enterprise)
|
|
|
|
%shop.darkswarm
|
|
- if @shopfront_layout == 'embedded'
|
|
= render partial: 'shop/blocked_cookies'
|
|
|
|
.alert-box.changeable-orders-alert.info.animate-show{ ng: { show: "alert.visible && alert.html", cloak: true } }
|
|
%span{ ng: { bind: { html: "alert.html" } } }
|
|
%a.close{ ng: { click: "alert.close()" } } ×
|
|
|
|
- content_for :order_cycle_form do
|
|
= render partial: "change_order_cycle"
|
|
|
|
- content_for :ordercycle_sidebar do
|
|
.show-for-large-up.large-4.columns
|
|
= render partial: "shopping_shared/order_cycles"
|
|
|
|
= render partial: "shopping_shared/header"
|
|
= render partial: "shopping_shared/tabs"
|
|
|
|
= render partial: "shared/footer"
|