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:
Henrik Levkowetz 2010-03-20 23:48:30 +00:00
parent ff59d21d9c
commit f3337f2a31
2 changed files with 10 additions and 1 deletions

View file

@ -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:

View file

@ -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&amp;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&amp;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 %}