##// END OF EJS Templates
Removed square brackets in the post date
neko259 -
r632:6c22cb9d default
parent child Browse files
Show More
@@ -33,9 +33,9 b''
33 <span class="title">{{ post.title }}</span>
33 <span class="title">{{ post.title }}</span>
34 <a class="post_id" href="{% post_object_url post thread=thread %}">
34 <a class="post_id" href="{% post_object_url post thread=thread %}">
35 ({{ post.id }}) </a>
35 ({{ post.id }}) </a>
36 [<span class="pub_time">{{ post.pub_time }}</span>]
36 <span class="pub_time">{{ post.pub_time }}</span>
37 {% if thread.archived %}
37 {% if thread.archived %}
38 [{{ thread.bump_time }}]
38 — {{ thread.bump_time }}
39 {% endif %}
39 {% endif %}
40 {% if not truncated and not thread.archived %}
40 {% if not truncated and not thread.archived %}
41 [<a href="#" onclick="javascript:addQuickReply('{{ post.id }}')
41 [<a href="#" onclick="javascript:addQuickReply('{{ post.id }}')
General Comments 0
You need to be logged in to leave comments. Login now