mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
5 lines
245 B
Plaintext
5 lines
245 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 :enterprise_relationships, url: main_app.admin_enterprise_relationships_path
|