##// END OF EJS Templates
Add gallery and tree links to the thread list
neko259 -
r1694:ea97d140 default
parent child Browse files
Show More
@@ -101,6 +101,8 b''
101 {% if need_open_link %}
101 {% if need_open_link %}
102 ♥ {{ thread.get_reply_count }}
102 ♥ {{ thread.get_reply_count }}
103 ❄ {{ thread.get_images_count }}
103 ❄ {{ thread.get_images_count }}
104 <a href="{% url 'thread_gallery' post.id %}">G</a>
105 <a href="{% url 'thread_tree' post.id %}">T</a>
104 {% endif %}
106 {% endif %}
105 <span class="tags">
107 <span class="tags">
106 {{ thread.get_tag_url_list|safe }}
108 {{ thread.get_tag_url_list|safe }}
General Comments 0
You need to be logged in to leave comments. Login now