Skip to content

Commit b04755c

Browse files
authored
Merge pull request #507 from PierrePaul/506-loading-gif-path
Fix the static path for the loading.gif file
2 parents cec3628 + e9fc5fe commit b04755c

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)