##// END OF EJS Templates
Other lookalike of favorite threads list
neko259 -
r1325:96250c6d default
parent child Browse files
Show More
@@ -28,7 +28,6 b''
28 28 <script src="{% url 'js_info_dict' %}"></script>
29 29
30 30 <div class="navigation_panel header">
31 <div>
32 31 <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a>
33 32 {% if tags_str %}
34 33 {% autoescape off %}
@@ -52,19 +51,19 b''
52 51 {% endif %}
53 52
54 53 <a class="right-link link" href="{% url 'settings' %}">{% trans 'Settings' %}</a>
54 </div>
55
56 {% if fav_threads %}
57 <div class="image-mode-tab">
58
59 {% for thread in fav_threads %}
60 {% comment %}
61 If there are new posts in the thread, show their count.
62 {% endcomment %}
63 {{ thread.0.get_link_view|safe }}{% if thread.1 %} (+{{ thread.1 }}){% endif %}{% if not forloop.last %}, {% endif %}
64 {% endfor %}
55 65 </div>
56 {% if fav_threads %}
57 <div>
58 <span class="fav"></span>
59 {% for thread in fav_threads %}
60 {% comment %}
61 If there are new posts in the thread, show their count.
62 {% endcomment %}
63 {{ thread.0.get_link_view|safe }}{% if thread.1 %} (+{{ thread.1 }}){% endif %}{% if not forloop.last %}, {% endif %}
64 {% endfor %}
65 </div>
66 {% endif %}
67 </div>
66 {% endif %}
68 67
69 68 {% block content %}{% endblock %}
70 69
General Comments 0
You need to be logged in to leave comments. Login now