mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
21 lines
536 B
Plaintext
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'
|