This commit is contained in:
r888888888
2015-02-27 16:31:07 -08:00
parent ef2ae11d37
commit 6704c21fdb

View File

@@ -40,6 +40,7 @@ class PostPresenter < Presenter
if options[:size]
html << %{<p class="desc">}
html << post.file_size.to_formatted_s(:human_size)
html << " (#{post.image_width}x#{post.image_height})"
html << %{</p>}
end