mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
16 lines
618 B
Plaintext
16 lines
618 B
Plaintext
.row.pad-top{bindonce: true, "ng-if" => "enterprise.hubs.length > 0"}
|
|
.cta-container.small-12.columns
|
|
%h5
|
|
%i.ofn-i_029-shopping-basket
|
|
Shop for {{enterprise.name}} products at:
|
|
%a.button.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}}
|
|
.button-address {{ hub.address.city }} , {{hub.address.state}}
|
|
%i.ofn-i_007-caret-right
|
|
|