This commit is contained in:
albert
2012-04-18 12:20:49 -04:00
parent 13e66ef832
commit 3cbcd1e6b9
5 changed files with 6 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
<% if post.has_large? && CurrentUser.default_image_size == "large" %>
<p id="image-resize-notice">Resized to <%= number_to_percentage post.resize_percentage, :precision => 0 %> of original (<%= link_to "view original", post.file_url, :id => "image-resize-link" %>)</p>
<% end %>
<% end %>