unify code with post_thread (see previous commit)
This commit is contained in:
parent
7ae9b05b28
commit
f0a13ea874
@ -92,6 +92,11 @@
|
|||||||
{% if config.poster_ids %}
|
{% if config.poster_ids %}
|
||||||
ID: {{ post.ip|poster_id(post.id) }}
|
ID: {{ post.ip|poster_id(post.id) }}
|
||||||
{% endif %}
|
{% 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" href="{{ post.link }}">No.</a>
|
||||||
<a class="post_no"
|
<a class="post_no"
|
||||||
{% if not index %}
|
{% if not index %}
|
||||||
|
Loading…
Reference in New Issue
Block a user