diff --git a/app/views/shared/_asset_link.html.erb b/app/views/shared/_asset_link.html.erb
index 05e795dc4..6600258e7 100644
--- a/app/views/shared/_asset_link.html.erb
+++ b/app/views/shared/_asset_link.html.erb
@@ -1,5 +1,5 @@
<% if asset.file_present %>
- <% if asset.file.processing? %>
+ <% if asset.file.processing? && display_image_tag %>
<%= image_tag 'medium/processing.gif' %>