Files
mozo-backend/app/views/supplier/active_orders.html.slim
T
2013-09-24 08:47:30 +02:00

14 lines
457 B
Plaintext

.page-header
h3 = t('supplier.active_orders.title', orders: Order.model_name.human_plural)
.well
table#active-orders-table.active-orders-table.table
thead
tr
th= Order.model_name.human
th.numeric= t('supplier.table_number')
th= Section.model_name.human
th.currency= t('supplier.active_orders.price')
th.actions
tbody
script#active-order-template[type="text/html"]= mustache_template 'active_order'