File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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' ) %>
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 >
You can’t perform that action at this time.
0 commit comments