Merged from source:sprint/77/rjs@2123: Added a link to the comment feed next to the nits link.
- Legacy-Id: 2135
This commit is contained in:
parent
86738a8b53
commit
76aad4f419
|
@ -8,6 +8,8 @@ ietfdb (2.46)
|
|||
|
||||
* Added STD/FYI/BCP info to the standard RFC display page
|
||||
|
||||
* Added a link to the comment feed next to the nits link
|
||||
|
||||
-- Henrik Levkowetz <henrik@levkowetz.com> 21 Mar 2010 00:36:05 +0100
|
||||
|
||||
ietfdb (2.46)
|
||||
|
|
|
@ -76,6 +76,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
| <a href="/ipr/search/?option=document_search&id_document_tag={{doc.tracker_id}}" rel="nofollow">IPR Disclosures</a>
|
||||
| <a href="http://www.fenron.net/~fenner/ietf/deps/index.cgi?dep={{doc.draft_name}}" rel="nofollow">Dependencies to this draft</a>
|
||||
| <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>
|
||||
| <a href="/feed/comments/{% if info.is_rfc %}rfc{{doc.rfc_number}}{% else %}{{doc.draft_name}}{% endif %}/" />Comments feed</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block doc_text1 %}
|
||||
|
|
Loading…
Reference in a new issue