Skip to content

Commit bcef133

Browse files
committed
Made it clearer on the document iesg review page and the ballot popup page which ADs mentioned are ex-ADs, by adding parentheses in addition to the dimmed text. Fixes issue ietf-tools#1664
- Legacy-Id: 9492
1 parent 04bcf84 commit bcef133

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
77
{% for p in positions|dictsort:"ad.last_name" %}
88
<div>
9-
{% if p.old_ad %}<span class="text-muted">{% endif %}
9+
{% if p.old_ad %}<span class="text-muted">({% endif %}
1010
{% if p.comment or p.discuss %}
1111
<a href="#{{ p.ad.plain_name|slugify }}">
1212
{% endif %}
@@ -15,7 +15,7 @@ <h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
1515
</a>
1616
{% endif %}
1717
{% if user|has_role:"Secretariat" %}</a>{% endif %}
18-
{% if p.old_ad %}</span>{% endif %}
18+
{% if p.old_ad %})</span>{% endif %}
1919
</div>
2020
{% empty %}
2121
(None)
@@ -76,9 +76,9 @@ <h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
7676
{% for n, positions in position_groups %}
7777
{% for p in positions|dictsort:"ad.last_name" %}
7878
<h4 class="anchor-target" id="{{ p.ad.plain_name|slugify }}">
79-
{% if p.old_ad %}<span class="text-muted">{% endif %}
79+
{% if p.old_ad %}<span class="text-muted">({% endif %}
8080
{{ p.ad.plain_name }}
81-
{% if p.old_ad %}</span>{% endif %}
81+
{% if p.old_ad %})</span>{% endif %}
8282
<span class="pull-right">
8383
{% if p.old_positions %}
8484
<span class="text-muted small">(was {{ p.old_positions|join:", " }})</span>

0 commit comments

Comments
 (0)