Skip to content

Commit 2baf428

Browse files
committed
Per suggestion from John Klensin, add a link directly to the
text of the I-D. - Legacy-Id: 1153
1 parent 623609c commit 2baf428

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ietf/templates/idindex/doclist.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{# Copyright The IETF Trust 2007, All Rights Reserved #}
22
<!-- {{ object_list|length }} result{{ object_list|length|pluralize }}.<br> -->
3-
<b>Please click a document below to view detail information</b><br>
3+
<b>Please click a document below to view detail information,
4+
or the [draft] link for the document itself.</b><br>
45
<table cellpadding="1" cellspacing="0" border="0">
56
<tr bgcolor="#dfdfff">
67
<td width="280"><b>I-D Filename and Version Number</td>
@@ -17,7 +18,9 @@
1718
{% for draft in object_list %}
1819
<tr bgcolor="{% cycle #efefff,#dfdfff %}">
1920
{# use url here! #}
20-
<td><a href="/drafts/{{ draft.filename }}/">{{ draft.filename }}-{{ draft.revision_display }}</a></td>
21+
<td><a href="/drafts/{{ draft.filename }}/">{{ draft.filename }}-{{ draft.revision_display }}</a>
22+
[<a href="{{ draft.doclink }}">draft</a>]
23+
</td>
2124
<td>{% firstof draft.revision_date &nbsp; %}</td>
2225
<td>{{ draft.status }}</td>
2326
{% if norfc %}

0 commit comments

Comments
 (0)