From f8b8b6d6f74b7f870dbebcec5a33a878475b3bab Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 18 Jun 2015 17:03:40 -0700 Subject: [PATCH] fix typo --- 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 6ae838397..b8ae2abcd 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.is_visible? && post.has_large? && !post.is_ugoira? %> +<% if post.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...