mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
Conflicts: app/assets/javascripts/admin/enterprise_fees.js app/assets/javascripts/admin/enterprises/controllers/side_menu_controller.js.coffee app/views/admin/shared/_columns_dropdown.html.haml app/views/admin/variant_overrides/_header.html.haml app/views/admin/variant_overrides/_products.html.haml spec/features/admin/bulk_order_management_spec.rb spec/features/admin/variant_overrides_spec.rb
21 lines
536 B
Plaintext
21 lines
536 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
|
|
%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'
|