Merge branch 'rails-5.1'
This commit is contained in:
@@ -58,7 +58,7 @@ class PostPresenter < Presenter
|
||||
|
||||
if options[:size]
|
||||
html << %{<p class="desc">}
|
||||
html << post.file_size.to_formatted_s(:human_size)
|
||||
html << post.file_size.to_s(:human_size)
|
||||
html << " (#{post.image_width}x#{post.image_height})"
|
||||
html << %{</p>}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user