diff --git a/app/views/content_viewer/_display_compact_format.html.erb b/app/views/content_viewer/_display_compact_format.html.erb index ad8d0e0..32d3f11 100644 --- a/app/views/content_viewer/_display_compact_format.html.erb +++ b/app/views/content_viewer/_display_compact_format.html.erb @@ -1,7 +1,7 @@ <% if article.image %> <% className = "article-compact-abstract-with-image" %> <% if article.image.thumbnails_processed? %> - <% image_file = article.image.thumbnails[4].public_filename %> + <% image_file = article.image.public_filename(:big) %> <% else %> <% image_file = "/images/icons-app/image-loading-thumb.png" %> <% end %> -- libgit2 0.21.2