aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/views/thread.html')
-rw-r--r--juick-www/src/main/resources/templates/views/thread.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/templates/views/thread.html b/juick-www/src/main/resources/templates/views/thread.html
index 5981bd10..e002bc71 100644
--- a/juick-www/src/main/resources/templates/views/thread.html
+++ b/juick-www/src/main/resources/templates/views/thread.html
@@ -107,6 +107,9 @@
</li>
</ul>
<div class="title2">
+ {% if visitor.uid > 0 %}
+ <img src="https://api.juick.com/thread/mark_read/{{ msg.mid }}-{{ msg.rid }}.gif?hash={{visitor.authHash}}" />
+ {% endif %}
<h2>{{ i18n("messages","reply.replies") }} ({{ replies.size() }})</h2>
</div>