##// END OF EJS Templates
Fixed a space before the post link in threads page
neko259 -
r449:78abb4a2 default
parent child Browse files
Show More
@@ -87,7 +87,7 b''
87 <div class="message">
87 <div class="message">
88 <div class="post-info">
88 <div class="post-info">
89 <span class="title">{{ thread.op.title }}</span>
89 <span class="title">{{ thread.op.title }}</span>
90 <a class="post_id" href="{% url 'thread' thread.op.id %}"
90 <a class="post_id" href="{% url 'thread' thread.op.id %}"
91 >({{ thread.op.id }})</a>
91 >({{ thread.op.id }})</a>
92 [{{ thread.op.pub_time }}]
92 [{{ thread.op.pub_time }}]
93 [<a class="link" href="
93 [<a class="link" href="
General Comments 0
You need to be logged in to leave comments. Login now