mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
17 lines
695 B
Plaintext
17 lines
695 B
Plaintext
.row.pad-top{bindonce: true, "ng-if" => "enterprise.hubs.length > 0 && enterprise.is_distributor"}
|
|
.cta-container.small-12.columns
|
|
%label
|
|
Shop for
|
|
%strong{"bo-text" => "enterprise.name"}
|
|
products at:
|
|
%a.cta-hub{"ng-repeat" => "hub in enterprise.hubs",
|
|
"bo-href" => "hub.path",
|
|
"bo-class" => "{primary: hub.active, secondary: !hub.active}",
|
|
"ofn-empties-cart" => "hub"}
|
|
%i.ofn-i_033-open-sign{"bo-if" => "hub.active"}
|
|
%i.ofn-i_032-closed-sign{"bo-if" => "!hub.active"}
|
|
.hub-name{"bo-text" => "hub.name"}
|
|
.button-address{"bo-bind" => "[hub.address.city, hub.address.state_name] | printArray"}
|
|
/ %i.ofn-i_007-caret-right
|
|
|