mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-02 06:51:40 +00:00
another few class names
This commit is contained in:
@@ -21,8 +21,8 @@ module InjectionHelper
|
||||
inject_json_ams "taxons", Spree::Taxon.all, Api::TaxonSerializer
|
||||
end
|
||||
|
||||
def inject_currency_localization
|
||||
inject_json_ams "currencyLocalization", {}, Api::CurrencyLocalizationSerializer
|
||||
def inject_currency_config
|
||||
inject_json_ams "currencyConfig", {}, Api::CurrencyConfigSerializer
|
||||
end
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
= inject_json "railsFlash", "flash"
|
||||
= inject_taxons
|
||||
= inject_current_order
|
||||
= inject_currency_localization
|
||||
= inject_currency_config
|
||||
|
||||
.off-canvas-wrap{offcanvas: true}
|
||||
.inner-wrap
|
||||
|
||||
Reference in New Issue
Block a user