Skip to content

Commit c6ed4b0

Browse files
committed
Changed the placement of the mail-archive search link on the ballot pages.
- Legacy-Id: 14358
1 parent 2ca8c56 commit c6ed4b0

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
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 %}
125

136
{% for n, positions in position_groups %}
147
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
@@ -53,6 +46,11 @@ <h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
5346
<p class="well"><b>Ballot question:</b> "{{ ballot.ballot_type.question }}"</p>
5447
{% endif %}
5548

49+
<a class="btn btn-default"
50+
title="Mail archive search for discusses, comments and review messages related to {{ doc.name }}."
51+
href="https://mailarchive.ietf.org/arch/search/?q=subject:{{doc.name}}+AND+subject:(discuss+OR+comment+OR+review)">
52+
Search Mailarchive</a>
53+
5654
{% if editable and user|has_role:"Area Director,Secretariat" %}
5755
{% if user|has_role:"Area Director" %}
5856
<a class="btn btn-primary" href="{% url "ietf.doc.views_ballot.edit_position" name=doc.name ballot_id=ballot.pk %}">Edit position</a>

0 commit comments

Comments
 (0)