forked from leftypol/leftypol
unify code with post_thread (see previous commit)
This commit is contained in:
parent
c23c792a21
commit
dfd32615f3
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue