##// END OF EJS Templates
Star icon for "interesting" thread feed
neko259 -
r1481:bb4dd319 default
parent child Browse files
Show More
@@ -31,7 +31,7 b''
31 <div class="navigation_panel header">
31 <div class="navigation_panel header">
32 <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a>
32 <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a>
33 {% if tags_str %}
33 {% if tags_str %}
34 <a href="{% url 'index' %}?filter=fav_tags">{% trans "interesting" %}</a>,
34 <a href="{% url 'index' %}?filter=fav_tags" title="{% trans "interesting" %}"></a>,
35 {% autoescape off %}
35 {% autoescape off %}
36 {{ tags_str }},
36 {{ tags_str }},
37 {% endautoescape %}
37 {% endautoescape %}
General Comments 0
You need to be logged in to leave comments. Login now