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 %},