diff --git a/app/overrides/spree/layouts/admin/add_currency_config.html.haml.deface b/app/overrides/spree/layouts/admin/add_currency_config.html.haml.deface deleted file mode 100644 index 0ab8f96c55..0000000000 --- a/app/overrides/spree/layouts/admin/add_currency_config.html.haml.deface +++ /dev/null @@ -1,3 +0,0 @@ -/ insert_before "div#wrapper" - -= admin_inject_currency_config diff --git a/app/views/spree/layouts/admin.html.haml b/app/views/spree/layouts/admin.html.haml index 61d67c9a13..ce752d56b0 100644 --- a/app/views/spree/layouts/admin.html.haml +++ b/app/views/spree/layouts/admin.html.haml @@ -5,6 +5,9 @@ %body.admin %div= yield(:app_wrapper_attrs).strip.html_safe + + = admin_inject_currency_config + #wrapper{"data-hook" => ""} - if flash[:error] .flash.error= flash[:error]