Browse Source

Update post detail display

pull/40/head
Michael Walker 10 years ago
parent
commit
1cf546d363
  1. 2
      templates/post/fileinfo.html
  2. 2
      templates/post/image_identification.html

2
templates/post/fileinfo.html

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

2
templates/post/image_identification.html

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

Loading…
Cancel
Save