Replace #image_path helper calls with #image_pack_path

This commit is contained in:
Matt-Yorkley
2021-06-14 13:37:35 +01:00
parent 3c9d461f5f
commit f2fc100b5f
12 changed files with 14 additions and 14 deletions

View File

@@ -6,6 +6,6 @@
.sixteen.columns.alpha#loading{ 'ng-show' => 'productsLoading()' }
%br
%img.spinner{ src: image_path("spinning-circles.svg")}
%img.spinner{ src: image_pack_path("spinning-circles.svg")}
%h1
{{ 'js.admin.panels.exchange_products.loading_variants' | t }}