2013-02-08 01:52:20 +01:00
|
|
|
- title t('.title')
|
2012-10-15 21:19:17 +02:00
|
|
|
%table
|
|
|
|
%tr
|
|
|
|
%th Type
|
|
|
|
%th Name
|
|
|
|
%th Description
|
|
|
|
%th Account Balance
|
|
|
|
%th Account Updated
|
|
|
|
%th Created On
|
|
|
|
%th Role Admin
|
|
|
|
%th Role Suppliers
|
|
|
|
%th Role Article Meta
|
|
|
|
%th Role Finance
|
2016-02-17 21:07:35 +01:00
|
|
|
%th Role Invoices
|
2012-10-15 21:19:17 +02:00
|
|
|
%th Role Orders
|
|
|
|
%th Deleted At
|
|
|
|
%th Contact Person
|
|
|
|
%th Contact Phone
|
|
|
|
%th Contact Address
|
|
|
|
- for ordergroup in @ordergroups
|
|
|
|
%tr
|
|
|
|
%td= h ordergroup.type
|
|
|
|
%td= h ordergroup.name
|
|
|
|
%td= h ordergroup.description
|
|
|
|
%td= h ordergroup.account_balance
|
|
|
|
%td= h ordergroup.account_updated
|
|
|
|
%td= h ordergroup.created_on
|
|
|
|
%td= h ordergroup.role_admin
|
|
|
|
%td= h ordergroup.role_suppliers
|
|
|
|
%td= h ordergroup.role_article_meta
|
|
|
|
%td= h ordergroup.role_finance
|
2016-02-17 21:07:35 +01:00
|
|
|
%td= h ordergroup.role_invoices
|
2012-10-15 21:19:17 +02:00
|
|
|
%td= h ordergroup.role_orders
|
|
|
|
%td= h ordergroup.deleted_at
|
|
|
|
%td= h ordergroup.contact_person
|
|
|
|
%td= h ordergroup.contact_phone
|
|
|
|
%td= h ordergroup.contact_address
|
2013-02-08 01:52:20 +01:00
|
|
|
%td= link_to t('ui.edit'), edit_ordergroup_path(ordergroup)
|