##// END OF EJS Templates
Don't show images count in OP in thread view
neko259 -
r539:4841b16e default
parent child Browse files
Show More
@@ -34,7 +34,7 b''
34 [<a href="#" onclick="javascript:addQuickReply('{{ post.id }}')
34 [<a href="#" onclick="javascript:addQuickReply('{{ post.id }}')
35 ; return false;">&gt;&gt;</a>]
35 ; return false;">&gt;&gt;</a>]
36 {% endif %}
36 {% endif %}
37 {% if need_open_link %}
37 {% if post.is_opening and need_open_link %}
38 [<a class="link" href="
38 [<a class="link" href="
39 {% url 'thread' post.id %}#form">{% trans "Reply" %}</a>]
39 {% url 'thread' post.id %}#form">{% trans "Reply" %}</a>]
40 {% endif %}
40 {% endif %}
@@ -68,7 +68,7 b''
68 </div>
68 </div>
69 {% if post.is_opening and post.thread_new.tags.exists %}
69 {% if post.is_opening and post.thread_new.tags.exists %}
70 <div class="metadata">
70 <div class="metadata">
71 {% if post.is_opening %}
71 {% if post.is_opening and need_open_link %}
72 {{ post.thread_new.get_images_count }} {% trans 'images' %}.
72 {{ post.thread_new.get_images_count }} {% trans 'images' %}.
73 {% endif %}
73 {% endif %}
74 <span class="tags">
74 <span class="tags">
General Comments 0
You need to be logged in to leave comments. Login now