Skip to content

Commit 9af5c30

Browse files
committed
placeholders
1 parent f5521fb commit 9af5c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/basil/jam.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<% if commission.complete? %>
223223
<%= image_tag commission.image, class: 'commission-image' %>
224224
<% else %>
225-
<%= image_tag image_path("placeholders/loading2.png"), class: 'commission-image' %>
225+
<%= image_tag image_path("placeholders/loading.gif"), class: 'commission-image', style: 'background: #2196F3' %>
226226
<% end %>
227227
<span class="card-title">
228228
<%= commission.final_settings&.fetch('name', 'Nameless') %>
@@ -292,7 +292,7 @@
292292
Click the image to see it full-size and/or download it.
293293
</div>
294294
<% else %>
295-
<%= image_tag image_path("placeholders/commission.png"), class: 'commission-image', style: 'width: 100%' %>
295+
<%= image_tag image_path("placeholders/loading.gif"), class: 'commission-image', style: 'width: 100%' %>
296296
<div class="text-center" style="font-size: 0.8em">
297297
This image is still generating...
298298
</div>

0 commit comments

Comments
 (0)