Changed the placement of the mail-archive search link on the ballot pages.

- Legacy-Id: 14358
This commit is contained in:
Henrik Levkowetz 2017-11-11 07:23:32 +00:00
parent 2ca8c562de
commit c6ed4b0dbe

View file

@ -2,13 +2,6 @@
{% load ietf_filters %}
<div class="row">
<div class="col-md-2 hidden-sm hidden-xs">
{% if doc.type_id == "draft"%}
<p class="well well-sm text-center">
<a title="Mail archive search for discusses, comments and review messages related to {{ doc.name }}."
href="https://mailarchive.ietf.org/arch/search/?q=subject:{{doc.name}}+AND+subject:(discuss+OR+comment+OR+review)">
Mail search</a>
</p>
{% endif %}
{% for n, positions in position_groups %}
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
@ -53,6 +46,11 @@
<p class="well"><b>Ballot question:</b> "{{ ballot.ballot_type.question }}"</p>
{% endif %}
<a class="btn btn-default"
title="Mail archive search for discusses, comments and review messages related to {{ doc.name }}."
href="https://mailarchive.ietf.org/arch/search/?q=subject:{{doc.name}}+AND+subject:(discuss+OR+comment+OR+review)">
Search Mailarchive</a>
{% if editable and user|has_role:"Area Director,Secretariat" %}
{% if user|has_role:"Area Director" %}
<a class="btn btn-primary" href="{% url "ietf.doc.views_ballot.edit_position" name=doc.name ballot_id=ballot.pk %}">Edit position</a>