Update post detail display
This commit is contained in:
parent
d1fad22d37
commit
1cf546d363
@ -7,7 +7,7 @@
|
|||||||
{% if file.file == 'deleted' %}
|
{% if file.file == 'deleted' %}
|
||||||
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a> <span class="unimportant">
|
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a> <span class="details">
|
||||||
(
|
(
|
||||||
{% if file.thumb == 'spoiler' %}
|
{% if file.thumb == 'spoiler' %}
|
||||||
{% trans %}Spoiler Image{% endtrans %},
|
{% trans %}Spoiler Image{% endtrans %},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% if file.thumb != 'file' and config.image_identification %}
|
{% if file.thumb != 'file' and config.image_identification %}
|
||||||
|
|
||||||
<span class='image_id'>
|
<span class='unimportant image_id'>
|
||||||
{% if config.image_identification_imgops %}
|
{% if config.image_identification_imgops %}
|
||||||
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
|
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user