diff --git a/Changelog.md b/Changelog.md index 15ee85483..cd7bf6bcf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ ## Refactor * Use Bootstrap modal for new aspect pane [#5850](https://github.com/diaspora/diaspora/pull/5850) +* Use asset helper instead of .css.erb [#5886](https://github.com/diaspora/diaspora/pull/5886) ## Bug fixes * Disable auto follow back on aspect deletion [#5846](https://github.com/diaspora/diaspora/pull/5846) 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 {