mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
16 lines
429 B
Plaintext
16 lines
429 B
Plaintext
- if order_cycles_enabled?
|
|
#distribution-selection.row
|
|
|
|
- if current_order_cycle# && current_order_cycle.exchanges.to_enterprises(current_distributor).outgoing.any?
|
|
= render partial: "order_cycles/orders_current"
|
|
|
|
- elsif order_cycle_options.empty?
|
|
= render partial: "order_cycles/orders_closed"
|
|
|
|
- else
|
|
= render partial: "order_cycles/orders_open"
|
|
|
|
%p
|
|
%strong= link_to t(:ocs_list), shop_path
|
|
|