Skip to content

Commit e9fc5fe

Browse files
committed
refs #506: fixing the static path for the loading.gif file.
1 parent cec3628 commit e9fc5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/custom/create.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<div class="span12">
4545
<div class="btn btn-large" style="display: block; margin-left: auto; margin-right: auto; width: 150px;" id="runbutton">Run</div>
46-
<div style="display: block; margin-left: auto; margin-right: auto; width: 150px; display: none" id="loading"><img src="{{ static('/img/loading.gif') }}"></div>
46+
<div style="display: block; margin-left: auto; margin-right: auto; width: 150px; display: none" id="loading"><img src="{{ static('img/loading.gif') }}"></div>
4747
</div><!--/span-->
4848

4949

0 commit comments

Comments
 (0)