mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
.content#producers{"ng-controller" => "ProducersTabCtrl"}
|
|
.panel
|
|
.row
|
|
.small-12.columns
|
|
%h5
|
|
= t :shopping_producers_of_hub, hub: '{{CurrentHub.hub.name}}'
|
|
%ul.small-block-grid-2.large-block-grid-4
|
|
%li{"ng-repeat" => "enterprise in CurrentHub.hub.producers"}
|
|
%enterprise-modal
|
|
%i.ofn-i_036-producers
|
|
{{ enterprise.name }}
|