mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-28 06:15:17 +00:00
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
- content_for :page_title do
|
|
= t 'admin_entreprise_relationships'
|
|
|
|
= render 'admin/shared/enterprises_sub_menu'
|
|
|
|
%div{"ng-app" => "ofn.admin", "ng-controller" => "AdminEnterpriseRelationshipsCtrl"}
|
|
= render 'data'
|
|
|
|
= render 'search_input'
|
|
|
|
%table#enterprise-relationships
|
|
%tbody
|
|
= render 'form'
|
|
= render 'enterprise_relationship'
|