Merged from source:sprint/77/suresh@2114: Added a link to the draft pages with email address to the authors
- Legacy-Id: 2133
This commit is contained in:
parent
ff59d21d9c
commit
f3337f2a31
|
@ -1,3 +1,11 @@
|
|||
ietfdb (2.46)
|
||||
|
||||
From Suresh:
|
||||
|
||||
* Added a link to the draft pages with email address to the draft authors
|
||||
|
||||
-- Henrik Levkowetz <henrik@levkowetz.com> 21 Mar 2010 00:36:05 +0100
|
||||
|
||||
ietfdb (2.46)
|
||||
|
||||
From Robert:
|
||||
|
|
|
@ -72,7 +72,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
{% endblock doc_metatable %}
|
||||
|
||||
{% block doc_metalinks %}
|
||||
<a href="/ipr/search/?option=document_search&id_document_tag={{doc.tracker_id}}" rel="nofollow">IPR Disclosures</a>
|
||||
<a href="mailto:{{doc.draft_name}}@tools.ietf.org" rel="nofollow">E-mail Authors</a>
|
||||
| <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>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue