mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
|
|
- if order_cycles_enabled?
|
|
#distribution-choice
|
|
- if current_distributor.present?
|
|
%p
|
|
%strong
|
|
= t :ocs_choice_distributor
|
|
= current_distributor.name
|
|
|
|
- if current_order_cycle.present?
|
|
%p
|
|
%strong
|
|
= t :ocs_choice_oc
|
|
= current_order_cycle.name
|
|
|
|
- if current_distributor.nil? && current_order_cycle.nil?
|
|
%p
|
|
= t :ocs_choice_text
|