Files
mozo-backend/app/views/suppliers/active_order_list.html.slim
T
2012-08-23 18:50:06 +02:00

17 lines
386 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_order_list('#{@supplier.id}')
setInterval( "Qrammer.load_active_order_list('#{@supplier.id}')", 7500);
});