##// END OF EJS Templates
Show reply count in OP along with the images count
neko259 -
r695:865d0253 1.8-dev
parent child Browse files
Show More
@@ -83,6 +83,7 b''
83 {% cache 600 post_thread thread.id thread.last_edit_time LANGUAGE_CODE need_open_link %}
83 {% cache 600 post_thread thread.id thread.last_edit_time LANGUAGE_CODE need_open_link %}
84 <div class="metadata">
84 <div class="metadata">
85 {% if is_opening and need_open_link %}
85 {% if is_opening and need_open_link %}
86 {{ thread.get_reply_count }} {% trans 'replies' %},
86 {{ thread.get_images_count }} {% trans 'images' %}.
87 {{ thread.get_images_count }} {% trans 'images' %}.
87 {% endif %}
88 {% endif %}
88 <span class="tags">
89 <span class="tags">
General Comments 0
You need to be logged in to leave comments. Login now