mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
- content_for :page_title do
|
|
Enterprise Relationships
|
|
|
|
= render 'admin/shared/enterprises_sub_menu'
|
|
|
|
%div{"ng-app" => "ofn.admin", "ng-controller" => "AdminEnterpriseRelationshipsCtrl"}
|
|
= render 'data'
|
|
|
|
%input.search{"ng-model" => "query", "placeholder" => "Search"}
|
|
|
|
%table#enterprise-relationships
|
|
%tbody
|
|
= render 'form'
|
|
= render 'enterprise_relationship'
|