Skip to content

Commit 76aad4f

Browse files
committed
Merged from source:sprint/77/rjs@2123: Added a link to the comment feed next to the nits link.
- Legacy-Id: 2135
1 parent 86738a8 commit 76aad4f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ietfdb (2.46)
88

99
* Added STD/FYI/BCP info to the standard RFC display page
1010

11+
* Added a link to the comment feed next to the nits link
12+
1113
-- Henrik Levkowetz <henrik@levkowetz.com> 21 Mar 2010 00:36:05 +0100
1214

1315
ietfdb (2.46)

ietf/templates/idrfc/doc_main_id.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
| <a href="/ipr/search/?option=document_search&amp;id_document_tag={{doc.tracker_id}}" rel="nofollow">IPR Disclosures</a>
7777
| <a href="http://www.fenron.net/~fenner/ietf/deps/index.cgi?dep={{doc.draft_name}}" rel="nofollow">Dependencies to this draft</a>
7878
| <a href="http://tools.ietf.org/idnits?url=http://tools.ietf.org/id/{{doc.draft_name_and_revision}}.txt" rel="nofollow" target="_blank">Check nits</a>
79+
| <a href="/feed/comments/{% if info.is_rfc %}rfc{{doc.rfc_number}}{% else %}{{doc.draft_name}}{% endif %}/" />Comments feed</a>
7980
{% endblock %}
8081

8182
{% block doc_text1 %}

0 commit comments

Comments
 (0)