mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-07 22:46:06 +00:00
5 lines
307 B
Ruby
5 lines
307 B
Ruby
Deface::Override.new(:virtual_path => "spree/layouts/admin",
|
|
:name => "enterprises_admin_tabs",
|
|
:insert_bottom => "[data-hook='admin_tabs'], #admin_tabs[data-hook]",
|
|
:text => "<%= tab(:enterprises, :url => main_app.admin_enterprises_path) %>")
|