Skip to content

Commit 3a284da

Browse files
committed
fixed image url path
1 parent fe98da5 commit 3a284da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css renamed to vendor/assets/stylesheets/jquery.fileupload-ui.css.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
width: 200px;
3838
}
3939
.progress-animated .bar {
40-
background: image-url('images/progressbar.gif') !important;
40+
background: url(<%= asset_path 'progressbar.gif' %>) !important;
4141
filter: none;
4242
}
4343
.fileupload-loading {
4444
position: absolute;
4545
left: 50%;
4646
width: 128px;
4747
height: 128px;
48-
background: image-url('images/loading.gif') center no-repeat;
48+
background: url(<%= asset_path 'images/loading.gif' %>) center no-repeat;
4949
display: none;
5050
}
5151
.fileupload-processing .fileupload-loading {

0 commit comments

Comments
 (0)