Files
mozo-backend/app/views/suppliers/active_orders.html.slim
T

17 lines
378 B
Plaintext

.page-header= title 'Active orders'
table#active-orders-table.table
thead
tr
th Order
th.number Table number
th.currency Price
th.actions
tbody
- content_for :footer do
javascript:
jQuery(function(){
Qrammer.load_active_orders('#{@supplier.id}')
setInterval( "Qrammer.load_active_orders('#{@supplier.id}')", 7500);
});