Fix #4937: "Similar Posts" previews have wrong filesize (150 bytes).
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
<p class="desc">
|
<p class="desc">
|
||||||
<%= link_to number_to_human_size(size), post.file_url %>
|
<%= link_to number_to_human_size(file_size), post.file_url %>
|
||||||
(<%= post.image_width %>x<%= post.image_height %>)
|
(<%= post.image_width %>x<%= post.image_height %>)
|
||||||
</p>
|
</p>
|
||||||
<p class="desc">
|
<p class="desc">
|
||||||
|
|||||||
Reference in New Issue
Block a user