Skip to content

Commit 283f22f

Browse files
committed
Fix unconventional image asset inclusion in css asset
1 parent c95dd68 commit 283f22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/vendor/autoSuggest.css.erb renamed to app/assets/stylesheets/vendor/autoSuggest.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ul.as-selections {
1313
}
1414

1515
ul.as-selections.loading {
16-
background: url('<%= image_path("ajax-loader.gif") %>') right center no-repeat;
16+
background: asset_path("ajax-loader.gif") right center no-repeat;
1717
}
1818

1919
ul.as-selections li {

0 commit comments

Comments
 (0)