styling fixes and fix for supplier deleted products...

This commit is contained in:
2012-12-11 15:39:40 +01:00
parent 627174d493
commit 754806b61f
6 changed files with 22 additions and 11 deletions
+11 -7
View File
@@ -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