mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-10 03:30:22 +00:00
6 lines
348 B
Ruby
6 lines
348 B
Ruby
Deface::Override.new(:virtual_path => "spree/layouts/admin",
|
|
:name => "distributors_admin_tabs",
|
|
:insert_bottom => "[data-hook='admin_tabs'], #admin_tabs[data-hook]",
|
|
:text => "<%= tab(:distributors, :url => spree.admin_distributors_path) %>",
|
|
:disabled => false)
|