Files
openfoodnetwork/app/views/admin/enterprise_relationships/index.html.haml
Maikel Linke 2a3b3b6dd2 Merge remote-tracking branch 'origin/master' into i18n-hackathon
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
2016-03-11 15:38:28 +11:00

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'