diff --git a/app/assets/stylesheets/vendor/autoSuggest.css.erb b/app/assets/stylesheets/vendor/autoSuggest.css similarity index 98% rename from app/assets/stylesheets/vendor/autoSuggest.css.erb rename to app/assets/stylesheets/vendor/autoSuggest.css index fd784d5d3..760365e3c 100644 --- a/app/assets/stylesheets/vendor/autoSuggest.css.erb +++ b/app/assets/stylesheets/vendor/autoSuggest.css @@ -13,7 +13,7 @@ ul.as-selections { } ul.as-selections.loading { - background: url('<%= image_path("ajax-loader.gif") %>') right center no-repeat; + background: asset_path("ajax-loader.gif") right center no-repeat; } ul.as-selections li {