mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
%script{ type: "text/ng-template", id: "shop/about.html" }
|
|
.content#about{"ng-controller" => "AboutUsCtrl"}
|
|
.panel
|
|
.row
|
|
.small-12.large-8.columns
|
|
%img.hero-img-small{"ng-src" => "{{::shopfront.promo_image}}", "ng-if" => "::shopfront.promo_image"}
|
|
%p{"ng-bind-html" => "::shopfront.long_description"}
|
|
.small-12.large-4.columns
|
|
|