Browse Source

unify code with post_thread (see previous commit)

pull/40/head
czaks 10 years ago
committed by Michael Foster
parent
commit
f0a13ea874
  1. 5
      templates/post_thread.html

5
templates/post_thread.html

@ -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…
Cancel
Save