replaced waiting png with animation
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div id="thumb-container" class="grid_2">
|
||||
<p class="caption"><a href="/rowers/graph/{{ graph.id }}/">
|
||||
<img src="/{{ graph.filename }}"
|
||||
onerror="this.src='/static/img/waiting.png'"
|
||||
onerror="this.src='/static/img/ajax_loader_blue_350.gif'"
|
||||
alt="{{ graph.filename }}" width="120" height="100"></a></p>
|
||||
<p class="caption">{{ graph.workout.name }}</p>
|
||||
</div>
|
||||
@@ -46,7 +46,7 @@
|
||||
<div id="thumb-container" class="grid_2">
|
||||
<a href="/rowers/graph/{{ graph.id }}/">
|
||||
<p class="caption"><img src="/{{ graph.filename }}"
|
||||
onerror="this.src='/static/img/waiting.png'"
|
||||
onerror="this.src='/static/img/ajax_loader_blue_350.gif'"
|
||||
alt="{{ graph.filename }}" width="120" height="100"></a></p>
|
||||
<p class="caption">{{ graph.workout.name }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user