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

14 lines
382 B
Plaintext

.page-header
h3 = t('supplier.active_lists.title')
.well
table#active-lists-table.table
thead
tr
th.status-icons
th.numeric= t('supplier.table_number')
th= Section.model_name.human
th.currency= t('supplier.active_lists.price')
th.actions
tbody
script#active-list-template[type="text/html"]= mustache_template 'active_list'