Files
openfoodnetwork/app/views/admin/enterprise_relationships/index.html.haml
2018-08-31 15:26:30 +08:00

21 lines
536 B
Plaintext

- content_for :page_title do
= t 'admin_enterprise_relationships'
= render 'admin/shared/enterprises_sub_menu'
%div{"ng-app" => "ofn.admin", "ng-controller" => "AdminEnterpriseRelationshipsCtrl"}
= render 'data'
= render 'search_input'
%table#enterprise-relationships
%colgroup
%col{ style: "width: 30%" }
%col{ style: "width: 5%" }
%col{ style: "width: 30%" }
%col{ style: "width: 30%" }
%col{ style: "width: 5%" }
%tbody
= render 'form'
= render 'enterprise_relationship'