Files
openfoodnetwork/app/views/order_cycles/_choice.html.haml
Maikel Linke 85c99102dd i18n: Replacing all language strings in app/view/
Languages strings were moved to config/locale/en.yml. All views contain
according calls to t() now.
2015-08-28 16:59:23 +10:00

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