mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
23 lines
653 B
Plaintext
23 lines
653 B
Plaintext
#stats.pane
|
|
.row.header
|
|
.small-12.medium-8.medium-offset-2.columns.text-center
|
|
%h2 We're creating a new food system.
|
|
|
|
.row.content
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_producers
|
|
food producers
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_distributors
|
|
food shops
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_users
|
|
food shoppers
|
|
.small-12.medium-3.columns.text-center
|
|
%h4
|
|
%strong= number_with_delimiter @num_orders
|
|
food orders
|