mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
17 lines
589 B
Plaintext
17 lines
589 B
Plaintext
|
|
- if @order_cycles and @order_cycles.empty?
|
|
- if current_distributor.preferred_shopfront_closed_message.present?
|
|
.row
|
|
.small-12.columns
|
|
.shopfront_closed_message
|
|
= current_distributor.preferred_shopfront_closed_message.html_safe
|
|
- elsif current_distributor.preferred_shopfront_message.present?
|
|
.row
|
|
.small-12.columns
|
|
|
|
.row
|
|
.small-12.columns
|
|
.alert-box{ "ofn-inline-alert" => true, ng: { show: "visible" } }
|
|
= current_distributor.preferred_shopfront_message.html_safe
|
|
%a.close{ ng: { click: "close()" } } ×
|