22 lines
557 B
Plaintext
22 lines
557 B
Plaintext
.page-header= title t('user.history_list.title', list: List.model_name.human)
|
|
dl.dl-horizontal
|
|
dt= List.human_attribute_name(:created_at)
|
|
dd= l @list.created_at, format: :short
|
|
dt= Supplier.model_name.human
|
|
dd= @list.supplier.name
|
|
.well
|
|
table#history-list-table.table
|
|
thead
|
|
tr
|
|
th= Order.model_name.human
|
|
th.currency= Product.human_attribute_name(:price)
|
|
tbody
|
|
tr
|
|
td colspan=2 = slider_image
|
|
tfoot
|
|
- content_for :footer do
|
|
javascript:
|
|
jQuery(function(){
|
|
Quser.load_history_list();
|
|
})
|