Remove initial slash from admin layout, this fixes a problem with layouts cant be loaded from absolute paths

This commit is contained in:
Luis Ramos
2021-05-11 21:52:41 +01:00
parent e60a513c88
commit b265fbf9a0

View File

@@ -12,7 +12,7 @@ module Spree
helper 'enterprise_fees'
helper 'angular_form'
layout '/spree/layouts/admin'
layout 'spree/layouts/admin'
include I18nHelper