unify code with post_thread (see previous commit)

This commit is contained in:
czaks 2013-12-25 14:23:16 +01:00 committed by Michael Foster
parent 7ae9b05b28
commit f0a13ea874

View File

@ -92,6 +92,11 @@
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? highlightReply({{ post.id }}) : true;" href="{{ post.link }}">No.</a>
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}">
{{ post.id }}
</a>
<a class="post_no" href="{{ post.link }}">No.</a>
<a class="post_no"
{% if not index %}