Files
mozo-backend/app/views/supplier/active_lists.html.slim
T

18 lines
470 B
Plaintext

.page-header= title t('supplier.active_lists.title', lists: List.model_name.human_plural)
table#active-lists-table.table.table-striped
thead
tr
th.status-icons
th.number Table number
th.currency Price
th.actions
tbody
- content_for :footer do
javascript:
var active_lists_interval;
jQuery(function(){
Qrammer.load_active_lists()
active_lists_interval = setInterval('Qrammer.load_active_lists()', 7500);
});