Skip to content

Commit c757ae9

Browse files
committed
Moved the 'Search mailarchive' link on ballot pages to a more visible spot.
- Legacy-Id: 14376
1 parent 64653b1 commit c757ae9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ <h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
4646
<p class="well"><b>Ballot question:</b> "{{ ballot.ballot_type.question }}"</p>
4747
{% endif %}
4848

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-
5449
{% if editable and user|has_role:"Area Director,Secretariat" %}
50+
<a class="btn btn-default"
51+
href="https://mailarchive.ietf.org/arch/search/?q=subject:{{doc.name}}+AND+subject:(discuss+OR+comment+OR+review)">
52+
Search Mailarchive</a>
53+
5554
{% if user|has_role:"Area Director" %}
5655
<a class="btn btn-primary" href="{% url "ietf.doc.views_ballot.edit_position" name=doc.name ballot_id=ballot.pk %}">Edit position</a>
5756
{% endif %}

0 commit comments

Comments
 (0)