mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
%colgroup
|
|
%col{ ng: { show: 'columns.name.visible' } }
|
|
%col{ ng: { show: 'columns.schedules.visible' } }
|
|
%col{ ng: { show: 'columns.open.visible' } }
|
|
%col{ ng: { show: 'columns.close.visible' } }
|
|
- unless simple_index
|
|
%col{ ng: { show: 'columns.producers.visible' } }
|
|
%col{ ng: { show: 'columns.coordinator.visible' } }
|
|
%col{ ng: { show: 'columns.shops.visible' } }
|
|
%col{ ng: { show: 'columns.products.visible' } }
|
|
%col
|
|
%col
|
|
%col
|
|
|
|
%thead
|
|
%tr
|
|
%th{ ng: { show: 'columns.name.visible' } }
|
|
=t :name
|
|
%th{ ng: { show: 'columns.schedules.visible' } }
|
|
=t('admin.order_cycles.index.schedules')
|
|
%th{ ng: { show: 'columns.open.visible' } }
|
|
=t :open
|
|
%th{ ng: { show: 'columns.close.visible' } }
|
|
=t :close
|
|
- unless simple_index
|
|
%th{ ng: { show: 'columns.producers.visible' } }
|
|
=t :label_producers
|
|
%th{ ng: { show: 'columns.coordinator.visible' } }
|
|
=t :coordinator
|
|
%th{ ng: { show: 'columns.shops.visible' } }
|
|
=t :label_shops
|
|
%th{ ng: { show: 'columns.products.visible' } }
|
|
=t :products
|
|
%th.actions
|