mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
5 lines
294 B
Ruby
5 lines
294 B
Ruby
Deface::Override.new(:virtual_path => "spree/layouts/admin",
|
|
:name => "cms_admin_tab",
|
|
:insert_bottom => "[data-hook='admin_tabs'], #admin_tabs[data-hook]",
|
|
:text => "<li><%= link_to('CMS Admin', main_app.cms_admin_path) %></li>")
|