14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
.page-header
|
|
h3 = t('supplier.active_orders.title', orders: Order.model_name.human_plural)
|
|
.well
|
|
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"]= render 'active_order.mustache'
|