##// END OF EJS Templates
Draw a line separating thread image/title from its attributes
neko259 -
r2030:5e4b53bc default
parent child Browse files
Show More
@@ -25,6 +25,7 b''
25 <div class="title">{{ title }}</div>
25 <div class="title">{{ title }}</div>
26 {% endif %}
26 {% endif %}
27 {% endwith %}
27 {% endwith %}
28 <hr />
28 <div>{{ op.thread.get_sections_str }}</div>
29 <div>{{ op.thread.get_sections_str }}</div>
29 <div>{{ op.get_link_view }}</div>
30 <div>{{ op.get_link_view }}</div>
30 <div>{{ op.thread.last_edit_time }}</div>
31 <div>{{ op.thread.last_edit_time }}</div>
General Comments 0
You need to be logged in to leave comments. Login now