fix previous commit
This commit is contained in:
parent
dfd32615f3
commit
9d8718d01a
@ -96,19 +96,6 @@
|
|||||||
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}">
|
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}">
|
||||||
{{ post.id }}
|
{{ post.id }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="post_no" href="{{ post.link }}">No.</a>
|
|
||||||
<a class="post_no"
|
|
||||||
{% if not index %}
|
|
||||||
onclick="citeReply({{ post.id }});"
|
|
||||||
{% endif %}
|
|
||||||
href="{% if index %}
|
|
||||||
{{ post.link('q') }}
|
|
||||||
{% else %}
|
|
||||||
javascript:void(0);
|
|
||||||
{% endif %}">
|
|
||||||
{{ post.id }}
|
|
||||||
</a>
|
|
||||||
{% if post.sticky %}
|
{% if post.sticky %}
|
||||||
{% if config.font_awesome %}
|
{% if config.font_awesome %}
|
||||||
<i class="icon-pushpin icon"></i>
|
<i class="icon-pushpin icon"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user