mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
14 lines
812 B
Plaintext
14 lines
812 B
Plaintext
.highlight{bindonce: true, "ng-class" => "{'is_distributor' : enterprise.is_distributor}"}
|
|
.highlight-top.row
|
|
.small-12.medium-7.large-8.columns
|
|
%h3{"ng-if" => "enterprise.is_distributor"}
|
|
%a{"bo-href" => "enterprise.path", "ofn-empties-cart" => "enterprise"}
|
|
%i{"ng-class" => "enterprise.icon_font"}
|
|
%span{"bo-text" => "enterprise.name"}
|
|
%h3{"ng-if" => "!enterprise.is_distributor", "ng-class" => "{'is_producer' : enterprise.is_primary_producer}"}
|
|
%i{"ng-class" => "enterprise.icon_font"}
|
|
%span{"bo-text" => "enterprise.name"}
|
|
.small-12.medium-5.large-4.columns.text-right.small-only-text-left
|
|
%p{"bo-bind" => "[enterprise.address.city, enterprise.address.state_name] | printArray"}
|
|
%img.hero-img{"bo-src" => "enterprise.promo_image"}
|