Fix unconventional image asset inclusion in css asset
This commit is contained in:
parent
c95dd68545
commit
283f22fc84
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
Loading…
Reference in a new issue