Skip to content

Commit ba6caba

Browse files
committed
Merged in [9546] from rcross@amsl.com:
Fixes alignment of ballot position headers in IESG agenda moderator package. - Legacy-Id: 9567 Note: SVN reference [9546] has been migrated to Git commit b3d9581
2 parents 18e4b07 + b3d9581 commit ba6caba

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
@@ -63,7 +63,7 @@
6363
{% with doc.active_ballot as ballot %}
6464
{% if ballot %}
6565
<small><pre>
66-
Yes No-Objection Discuss Abstain Recuse
66+
Yes No-Objection Discuss Abstain Recuse
6767
{% 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"}}
6868
{% endfor %}
6969
</pre></small>

ietf/templates/iesg/moderator_doc.html

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

5454
{% with doc.active_ballot as ballot %}
5555
{% if ballot %}
56-
<small><pre>
57-
Yes No-Objection Discuss Abstain Recuse
56+
<small><pre>
57+
Yes No-Objection Discuss Abstain Recuse
5858
{% 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"}}
5959
{% endfor %}
60-
</pre></small>
60+
</pre></small>
6161

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

0 commit comments

Comments
 (0)