File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments