Skip to content

Commit 9524ff7

Browse files
committed
Merge pull request #2 from dmitry-ilyashevich/master
Fixed assets urls
2 parents 0a7726b + 2445509 commit 9524ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/jquery.fileupload-ui.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
.progress-animated .progress-bar,
1818
.progress-animated .bar {
19-
background: url('../img/progressbar.gif') !important;
19+
background: image_url('progressbar.gif') !important;
2020
filter: none;
2121
}
2222
.fileupload-loading {
2323
float: right;
2424
width: 32px;
2525
height: 32px;
26-
background: url('../img/loading.gif') center no-repeat;
26+
background: image_url('loading.gif') center no-repeat;
2727
background-size: contain;
2828
display: none;
2929
}

0 commit comments

Comments
 (0)