mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
10 lines
406 B
Plaintext
10 lines
406 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" => "{{::CurrentHub.hub.promo_image}}", "ng-if" => "::CurrentHub.hub.promo_image"}
|
|
%p{"ng-bind-html" => "::CurrentHub.hub.long_description"}
|
|
.small-12.large-4.columns
|
|
|