You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="btn btn-primary" title="Feed of all changes" href="{% if clist.group %}{% url "ietf.community.views.feed" acronym=clist.group.acronym%}{%else%}{%url "ietf.community.views.feed" username=clist.user.username%}{%endif%}">All changes</a>
6
-
<aclass="btn btn-primary" title="Feed of only significant state changes" href="{% if clist.group %}{% url "ietf.community.views.feed" acronym=clist.group.acronym%}{%else%}{%url "ietf.community.views.feed" username=clist.user.username%}{%endif%}?significant=1">Significant</a>
5
+
<aclass="btn btn-primary" title="Feed of all changes" href="{% if clist.group %}{% url "ietf.community.views.feed" acronym=clist.group.acronym%}{%else%}{%url "ietf.community.views.feed" username=clist.user.username%}{%endif%}">
6
+
<iclass="bi bi-rss"></i> All changes
7
+
</a>
8
+
<aclass="btn btn-primary" title="Feed of only significant state changes" href="{% if clist.group %}{% url "ietf.community.views.feed" acronym=clist.group.acronym%}{%else%}{%url "ietf.community.views.feed" username=clist.user.username%}{%endif%}?significant=1">
0 commit comments