##// END OF EJS Templates
Added a spac after thread title in the threads list
neko259 -
r465:3ca5fcab default
parent child Browse files
Show More
@@ -89,8 +89,8 b''
89 <div class="message">
89 <div class="message">
90 <div class="post-info">
90 <div class="post-info">
91 <span class="title">{{ thread.op.title }}</span>
91 <span class="title">{{ thread.op.title }}</span>
92 <a class="post_id" href="{% url 'thread' thread.op.id %}"
92 <a class="post_id" href="{% url 'thread' thread.op.id %}"
93 >({{ thread.op.id }})</a>
93 > ({{ thread.op.id }})</a>
94 [{{ thread.op.pub_time }}]
94 [{{ thread.op.pub_time }}]
95 [<a class="link" href="
95 [<a class="link" href="
96 {% url 'thread' thread.op.id %}#form"
96 {% url 'thread' thread.op.id %}#form"
General Comments 0
You need to be logged in to leave comments. Login now