mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
.row.active_table_row{"ng-show" => "open()", "ng-click" => "toggle()", "ng-class" => "{'open' : !ofn-i_032-closed-sign()}"}
|
|
.columns.small-12.medium-6.large-5.fat
|
|
%div{"bo-if" => "hub.taxons"}
|
|
%label Shop for
|
|
.trans-sentence
|
|
%span.fat-taxons{"ng-repeat" => "taxon in hub.taxons"}
|
|
%render-svg{path: "{{taxon.icon}}"}
|
|
{{taxon.name}}
|
|
%div.show-for-medium-up{"bo-if" => "hub.taxons.length==0"}
|
|
|
|
.columns.small-12.medium-3.large-2.fat
|
|
%div{"bo-if" => "hub.pickup || hub.delivery"}
|
|
%label Delivery options
|
|
%ul.small-block-grid-2.medium-block-grid-1.large-block-grid-1
|
|
%li.pickup{"bo-if" => "hub.pickup"}
|
|
%i.ofn-i_038-takeaway
|
|
Pickup
|
|
%li.delivery{"bo-if" => "hub.delivery"}
|
|
%i.ofn-i_039-delivery
|
|
Delivery
|
|
.columns.small-12.medium-3.large-5.fat
|
|
%div{"bo-if" => "hub.producers"}
|
|
%label Our producers
|
|
%ul.small-block-grid-2.medium-block-grid-1.large-block-grid-2
|
|
%li{"ng-repeat" => "enterprise in hub.producers"}
|
|
%enterprise-modal
|
|
%i.ofn-i_036-producers
|
|
%span
|
|
{{ enterprise.name }}
|
|
%div.show-for-medium-up{"bo-if" => "hub.producers.length==0"}
|
|
|