mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
25 lines
742 B
Plaintext
25 lines
742 B
Plaintext
#stats.pane
|
|
.row.header
|
|
.small-12.medium-8.medium-offset-2.columns.text-center
|
|
%h2
|
|
= t :stats_headline
|
|
|
|
.row.content
|
|
- if ContentConfig.home_show_stats
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_producers
|
|
= t :stats_producers
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_distributors
|
|
= t :stats_shops
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_users
|
|
= t :stats_shoppers
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_orders
|
|
= t :stats_orders
|