From 850cabe8fccf4f6a712c2e4623c90c72fcace3ae Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 18 Jun 2015 16:48:25 -0700 Subject: [PATCH] fixes #2414 --- app/views/posts/partials/show/_notices.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index 023704d6c..6ae838397 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -59,7 +59,7 @@ <% end %> -<% if post.has_large? && !post.is_ugoira? %> +<% if post.is_visible? && post.has_large? && !post.is_ugoira? %>
"> Resized to <%= number_to_percentage post.resize_percentage.floor, :precision => 0 %> of original (<%= link_to "view original", post.file_url, :id => "image-resize-link" %>) Loading...