Update post detail display

This commit is contained in:
Michael Walker 2014-11-13 00:15:58 +00:00
parent d1fad22d37
commit 1cf546d363
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{% if file.file == 'deleted' %}
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
{% 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' %}
{% trans %}Spoiler Image{% endtrans %},

View File

@ -1,6 +1,6 @@
{% if file.thumb != 'file' and config.image_identification %}
<span class='image_id'>
<span class='unimportant image_id'>
{% if config.image_identification_imgops %}
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
{% endif %}