##// END OF EJS Templates
Use title class for thread titles in landing
neko259 -
r2000:60545aed default
parent child Browse files
Show More
@@ -22,7 +22,7 b''
22 {{ op.attachments.first.get_view|safe }}
22 {{ op.attachments.first.get_view|safe }}
23 {% with title=op.get_title_or_text %}
23 {% with title=op.get_title_or_text %}
24 {% if title %}
24 {% if title %}
25 <div>{{ title }}</div>
25 <div class="title">{{ title }}</div>
26 {% endif %}
26 {% endif %}
27 {% endwith %}
27 {% endwith %}
28 <div>{{ op.thread.get_sections_str }}</div>
28 <div>{{ op.thread.get_sections_str }}</div>
General Comments 0
You need to be logged in to leave comments. Login now