Files
openfoodnetwork/app/views/order_cycles/_choice.html.haml
2013-07-22 17:16:55 +10:00

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.