end of day commit for users and suppliers authenticated handling
This commit is contained in:
@@ -13,6 +13,9 @@ dl.dl-horizontal.show-list
|
||||
- if @list.table.present?
|
||||
dt= Table.model_name.human
|
||||
dd= link_to @list.table.number, @list.table
|
||||
- if @list.supplier.present?
|
||||
dt= Supplier.model_name.human
|
||||
dd= link_to @list.supplier.name, @list.supplier
|
||||
|
||||
.form-actions
|
||||
= link_to t("helpers.links.back"), lists_path, class: 'btn'
|
||||
|
||||
Reference in New Issue
Block a user