mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
5 lines
275 B
Plaintext
5 lines
275 B
Plaintext
= content_for :sub_menu do
|
|
%ul#sub_nav.inline-menu{"data-hook" => "admin_enterprise_sub_tabs"}
|
|
= tab :enterprises, url: main_app.admin_enterprises_path
|
|
= tab :relationships, url: main_app.admin_enterprise_relationships_path, match_path: '/enterprise_relationships'
|