From 56007aac057db6e33c83fc9cc5159138984e776c Mon Sep 17 00:00:00 2001 From: Jason Thomas Date: Thu, 28 Jun 2012 22:31:38 -0600 Subject: [PATCH] Fix asset path --- vendor/assets/stylesheets/jquery.fileupload-ui.css.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/assets/stylesheets/jquery.fileupload-ui.css.erb b/vendor/assets/stylesheets/jquery.fileupload-ui.css.erb index b4daf70..7b2d101 100644 --- a/vendor/assets/stylesheets/jquery.fileupload-ui.css.erb +++ b/vendor/assets/stylesheets/jquery.fileupload-ui.css.erb @@ -45,7 +45,7 @@ left: 50%; width: 128px; height: 128px; - background: url(<%= asset_path 'images/loading.gif' %>) center no-repeat; + background: url(<%= asset_path 'loading.gif' %>) center no-repeat; display: none; } .fileupload-processing .fileupload-loading {