forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: inc/display.php
This commit is contained in:
commit
ca565d07c2
5 changed files with 16 additions and 7 deletions
|
@ -14,8 +14,8 @@
|
|||
{% trans %}Spoiler Image{% endtrans %},
|
||||
{% endif %}
|
||||
{{ post.filesize|filesize }}
|
||||
{% if post.filex and post.filey %}
|
||||
, {{ post.filex}}x{{ post.filey }}
|
||||
{% if post.filewidth and post.fileheight %}
|
||||
, {{ post.filewidth}}x{{ post.fileheight }}
|
||||
{% if config.show_ratio %}
|
||||
, {{ post.ratio }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue