Files
openfoodnetwork/app/views/shopping_shared/_header.html.haml
2020-03-17 20:23:45 +01:00

15 lines
436 B
Plaintext

- distributor = @order.andand.distributor || current_distributor
%navigation
%distributor.details.row
.small-12.medium-12.large-8.columns
#distributor_title
- if distributor.logo?
%img.left{src: distributor.logo.url(:thumb)}
%h3
= distributor.name
%location= distributor.address.city
.show-for-large-up.large-4.columns
= render partial: "shopping_shared/order_cycles"