end of day commit for users and suppliers authenticated handling
This commit is contained in:
@@ -9,6 +9,7 @@ div.page-header= title :index, model_class
|
||||
th= model_class.human_attribute_name(:needs_payment)
|
||||
th= model_class.human_attribute_name(:closed_at)
|
||||
th= Table.model_name.human
|
||||
th= Supplier.model_name.human
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
tbody
|
||||
@@ -19,6 +20,7 @@ div.page-header= title :index, model_class
|
||||
td= list.needs_payment
|
||||
td= list.closed_at
|
||||
td= link_to_if list.table.present?, list.table.try(:number), list.table
|
||||
td= link_to_if list.supplier.present?, list.supplier.try(:name), list.supplier
|
||||
td=l list.created_at, format: :short
|
||||
td
|
||||
= link_to t('helpers.links.edit'), [:edit, list], class: 'btn btn-mini'
|
||||
|
||||
Reference in New Issue
Block a user