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-default" 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-default" 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%}">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>
<divclass="alert alert-danger">You do not have any active email addresses registered with your account. Go to <ahref="{% url "ietf.ietfauth.views.profile" %}">your profile and add or activate one</a>.</div>
55
55
56
-
<aclass="btn btn-default" href="{{ clist.get_absolute_url }}">Back to list</a>
56
+
<aclass="btn btn-primary" href="{{ clist.get_absolute_url }}">Back to list</a>
Copy file name to clipboardExpand all lines: ietf/templates/cookies/settings.html
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -20,43 +20,43 @@ <h2>How many days is considered "new"?</h2>
20
20
<p>This setting affects how many days are considered "new enough" to get the special highlighting in the documents table. The default setting is {{ defaults.new_enough }} days.</p>
<h2class="ietf-divider">How many days is considered "soon"?</h2>
32
32
33
33
<p>This setting tells what is considered "soon" when showing documents that are going to be expire soon. The Default setting is {{ defaults.expires_soon }} days.</p>
0 commit comments