mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-09 03:20:21 +00:00
5 lines
313 B
Ruby
5 lines
313 B
Ruby
Deface::Override.new(:virtual_path => "spree/layouts/admin",
|
|
:name => "cms_order_cycles_tab",
|
|
:insert_bottom => "[data-hook='admin_tabs'], #admin_tabs[data-hook]",
|
|
:text => "<li><%= link_to('Order Cycles', main_app.admin_order_cycles_path) %></li>")
|