move to evented mustache system
This commit is contained in:
@@ -3,7 +3,7 @@ dl.dl-horizontal
|
||||
dt= List.human_attribute_name(:created_at)
|
||||
dd= l @list.created_at, format: :short
|
||||
.well
|
||||
table#list-table.table
|
||||
table#list-table.table.list-table
|
||||
thead
|
||||
tr
|
||||
th= Order.model_name.human
|
||||
@@ -12,6 +12,11 @@ dl.dl-horizontal
|
||||
tr
|
||||
td colspan=2 = slider_image
|
||||
tfoot
|
||||
tr
|
||||
td
|
||||
td.currency
|
||||
strong.list-total
|
||||
script#list-order-template[type="text/html"]= render 'supplier/list_order.mustache'
|
||||
.form-actions
|
||||
= link_to t("helpers.links.back"), suppliers_lists_path(date: @list.created_at.strftime('%Y-%m-%d')), class: 'btn'
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user