Files
openfoodnetwork/app/assets/javascripts/templates/partials/hub_actions.html.haml
2014-06-24 17:15:31 +10:00

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