Merge pull request #5886 from artoartnik/develop

Fix unconventional image asset inclusion in css asset
This commit is contained in:
Jonne Haß 2015-04-25 17:39:59 +02:00
commit cfa4567d26
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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 {