styling fixes and fix for supplier deleted products...
This commit is contained in:
@@ -2,13 +2,17 @@
|
||||
.pull-right
|
||||
.table-number
|
||||
.supplier-name
|
||||
dl.dl-horizontal
|
||||
dt data-t="attributes.list.created_at" = List.human_attribute_name(:created_at)
|
||||
dd.list-created-at
|
||||
dt data-t="attributes.list.closed_at" = List.human_attribute_name(:closed_at)
|
||||
dd.list-closed-at
|
||||
dt data-t="models.supplier" = Supplier.model_name.human
|
||||
dd.supplier-name
|
||||
table.table.table-condensed
|
||||
tbody
|
||||
tr
|
||||
td.key data-t="attributes.list.created_at" = List.human_attribute_name(:created_at)
|
||||
td.value.list-created-at
|
||||
tr
|
||||
td.key data-t="attributes.list.closed_at" = List.human_attribute_name(:closed_at)
|
||||
td.value.list-closed-at
|
||||
tr
|
||||
td.key data-t="models.supplier" = Supplier.model_name.human
|
||||
td.value.supplier-name
|
||||
.well
|
||||
table#history-list-table.table.list-table
|
||||
thead
|
||||
|
||||
Reference in New Issue
Block a user