##// 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 %}
@@ -53,9 +52,10 b''
53 52
54 53 <a class="right-link link" href="{% url 'settings' %}">{% trans 'Settings' %}</a>
55 54 </div>
55
56 56 {% if fav_threads %}
57 <div>
58 <span class="fav"></span>
57 <div class="image-mode-tab">
58
59 59 {% for thread in fav_threads %}
60 60 {% comment %}
61 61 If there are new posts in the thread, show their count.
@@ -64,7 +64,6 b''
64 64 {% endfor %}
65 65 </div>
66 66 {% endif %}
67 </div>
68 67
69 68 {% block content %}{% endblock %}
70 69
General Comments 0
You need to be logged in to leave comments. Login now