Skip to content

Commit b3d9581

Browse files
committed
Fixes alignment of ballot position headers in IESG agenda moderator package. Commit ready for merge.
- Legacy-Id: 9546
1 parent 5ece489 commit b3d9581

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/iesg/moderator_conflict_doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{% with doc.active_ballot as ballot %}
6161
{% if ballot %}
6262
<small><pre>
63-
Yes No-Objection Discuss Abstain Recuse
63+
Yes No-Objection Discuss Abstain Recuse
6464
{% for pos in ballot.all_positions %}{% if pos.old_ad %}{{pos.ad.plain_name|bracket|ljust:"22"}}{%else%}{{pos.ad.plain_name|ljust:"22"}}{%endif%} {{pos|bracketpos:"yes"}} {{pos|bracketpos:"noobj"}} {{pos|bracketpos:"discuss"}} {{pos|bracketpos:"abstain"}} {{pos|bracketpos:"recuse"}}
6565
{% endfor %}
6666
</pre></small>

ietf/templates/iesg/moderator_doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252

5353
{% with doc.active_ballot as ballot %}
5454
{% if ballot %}
55-
<small><pre>
56-
Yes No-Objection Discuss Abstain Recuse
55+
<small><pre>
56+
Yes No-Objection Discuss Abstain Recuse
5757
{% for pos in ballot.all_positions %}{% if pos.old_ad %}{{pos.ad.plain_name|bracket|ljust:"22"}}{%else%}{{pos.ad.plain_name|ljust:"22"}}{%endif%} {{pos|bracketpos:"yes"}} {{pos|bracketpos:"noobj"}} {{pos|bracketpos:"discuss"}} {{pos|bracketpos:"abstain"}} {{pos|bracketpos:"recuse"}}
5858
{% endfor %}
59-
</pre></small>
59+
</pre></small>
6060

6161
{% if num|startswith:"2." %}
6262
<p>____ open positions<br>

0 commit comments

Comments
 (0)