mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
|
|
- if order_cycles_enabled?
|
|
#distribution-choice
|
|
- if current_distributor.present?
|
|
%p
|
|
%strong Hub:
|
|
= current_distributor.name
|
|
|
|
- if current_order_cycle.present?
|
|
%p
|
|
%strong Order Cycle:
|
|
= current_order_cycle.name
|
|
|
|
- if current_distributor.nil? && current_order_cycle.nil?
|
|
%p You have not yet picked where you will get your order from.
|