Skip to content

Commit a865d47

Browse files
committed
Added a link to draft ballot pages for a mail archive search for discuss, comment, and review messages related to the draft.
- Legacy-Id: 14304
1 parent b29e096 commit a865d47

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
{% load ietf_filters %}
33
<div class="row">
44
<div class="col-md-2 hidden-sm hidden-xs">
5+
{% if doc.type_id == "draft"%}
6+
<p class="well well-sm text-center">
7+
<a title="Mail archive search for discusses, comments and review messages related to {{ doc.name }}."
8+
href="https://mailarchive.ietf.org/arch/search/?q=subject:{{doc.name}}+AND+subject:(discuss+OR+comment+OR+review)">
9+
Mail search</a>
10+
</p>
11+
{% endif %}
12+
513
{% for n, positions in position_groups %}
614
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
715
{% for p in positions|dictsort:"ad.last_name" %}

0 commit comments

Comments
 (0)