Show More
@@ -28,7 +28,6 b'' | |||||
28 | <script src="{% url 'js_info_dict' %}"></script> |
|
28 | <script src="{% url 'js_info_dict' %}"></script> | |
29 |
|
29 | |||
30 | <div class="navigation_panel header"> |
|
30 | <div class="navigation_panel header"> | |
31 | <div> |
|
|||
32 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> |
|
31 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> | |
33 | {% if tags_str %} |
|
32 | {% if tags_str %} | |
34 | {% autoescape off %} |
|
33 | {% autoescape off %} | |
@@ -53,9 +52,10 b'' | |||||
53 |
|
52 | |||
54 | <a class="right-link link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> |
|
53 | <a class="right-link link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> | |
55 |
|
|
54 | </div> | |
|
55 | ||||
56 |
|
|
56 | {% if fav_threads %} | |
57 | <div> |
|
57 | <div class="image-mode-tab"> | |
58 | <span class="fav">★</span> |
|
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 | {% block content %}{% endblock %} |
|
68 | {% block content %}{% endblock %} | |
70 |
|
69 |
General Comments 0
You need to be logged in to leave comments.
Login now