Ember temp commit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.page-header
|
||||
h3 = t('supplier.active_lists.title', lists: List.model_name.human_plural)
|
||||
h3 = t('supplier.active_lists.title')
|
||||
.well
|
||||
table#active-lists-table.table
|
||||
thead
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.page-header
|
||||
h3 = t('supplier.active_orders.title', orders: Order.model_name.human_plural)
|
||||
.well
|
||||
table#active-orders-table.table
|
||||
table#active-orders-table.active-orders-table.table
|
||||
thead
|
||||
tr
|
||||
th= Order.model_name.human
|
||||
|
||||
Reference in New Issue
Block a user