From b47a794a9344b69994c881d1ad8ea9ed05c2946d Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 26 Oct 2014 11:56:20 -0400 Subject: [PATCH] #2284 hide resize notice --- 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 9d8aab3d3..023704d6c 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? %> +<% if 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...