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
feat: summarize all documents in iesg processing (ietf-tools#8878)
* feat: more detailed view of all docs in iesg processing (ietf-tools#8838)
* feat: more detailed view of all docs in iesg processing
* fix: commit new template
* feat: cache the new page for 5m in slowpages
* fix: add endcache
* fix: load cache tag definition
* fix: exclude things not in progress
* fix: link to the newer all ad dashboard from the base dashboard
* fix: reorder ad go-ahead to before iesg eval on search result pages
* fix: add a deprecation warning to the older docs in IESG processing view
Copy file name to clipboardExpand all lines: ietf/templates/doc/drafts_in_iesg_process.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
{% block content %}
11
11
{% origin %}
12
12
<h1>{{ title }}</h1>
13
+
<h2><iclass="bi bi-exclamation-triangle"></i>This view is deprecated, and will soon redirect to a <ahref="{% url 'ietf.doc.views_search.docs_for_iesg' %}">different representation</a></h2>
0 commit comments