Skip to content

Commit 8e4846b

Browse files
committed
Use new look for /idtracker/status/*
- Legacy-Id: 2167
1 parent 8688c41 commit 8e4846b

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

ietf/templates/idtracker/document_entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<td></td><td></td>
1717
{% endif %}
1818
<td>{{ doc.document.title|escape }} ({{ doc.document.intended_status|escape }})</td></tr>
19-
<tr><td></td><td></td><td><a href="{{ doc.document.doclink }}">{{ doc.document.displayname|safe }}</a></td></tr>
19+
<tr><td></td><td></td><td><a href="/doc/{{ doc.document.filename }}/">{{ doc.document.displayname|safe }}</a></td></tr>
2020
{% if doc.primary_flag %}
2121
<tr><td></td><td>Token:</td><td><a href="mailto:{{ doc.token_email|urlencode }}">{{ doc.token_name }}</a></td></tr>
2222
{% if doc.note %}
Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
{# Copyright The IETF Trust 2007, All Rights Reserved #}{% extends "base.html" %}
1+
{% extends "idrfc/base.html" %}
2+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
23

3-
{% block head %}{% if lastcall %}
4+
{% block pagehead %}{% if lastcall %}
45
<link rel="alternate" type="application/atom+xml" href="/feed/last-call/">
56
{% endif %}{% endblock %}
67

78
{% block title %}{{ title }}{% endblock %}
89

910
{% block content %}
10-
<center><h1>{{ title }}</h1></center>
11-
<i>Generated {% now "M j, Y" %}<br>
12-
{# no hit counter #}
13-
</i>
11+
<h1>{{ title }}</h1>
1412

1513
{% regroup object_list by cur_state_id as grouped %}
1614
{% for state in grouped %}
@@ -27,17 +25,4 @@
2725
{% endfor %}
2826
</table>
2927
{% endfor %}
30-
31-
<HR>
32-
<b><A href="http://www.rfc-editor.org/queue.html">RFC Editor Queue</a></b>
33-
<p>
34-
35-
36-
<!-- begin new footer -->
37-
<HR>
38-
39-
<i>This page produced by the <A HREF="mailto:iesg-secretary@ietf.org">IETF Secretariat</a>
40-
for the <A HREF="mailto:iesg@ietf.org">IESG</A></i>
41-
<p>
42-
4328
{% endblock %}

0 commit comments

Comments
 (0)