mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
10 lines
535 B
Ruby
10 lines
535 B
Ruby
Deface::Override.new(:virtual_path => "spree/layouts/spree_application",
|
|
:insert_bottom => "[data-hook='inside_head']",
|
|
:partial => "layouts/auth_token_script",
|
|
:name => "auth_token_script")
|
|
|
|
Deface::Override.new(:virtual_path => "spree/layouts/admin",
|
|
:insert_bottom => "[data-hook='admin_inside_head']",
|
|
:partial => "layouts/auth_token_script",
|
|
:name => "auth_token_script")
|