mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
- if current_distributor || current_order_cycle
|
|
%li#current-distribution{'data-hook' => ''}
|
|
You are shopping
|
|
- if current_distributor
|
|
at
|
|
= link_to current_distributor.name, root_path
|
|
- if current_order_cycle
|
|
in
|
|
= link_to current_order_cycle.name, root_path
|