Skip to content

Commit 1100289

Browse files
committed
Merged [3601] from rjsparks@nostrum.com:
Marked area directors who are not on the current IESG with square brackets on the discuss summary page. Fixes bug 666 - Legacy-Id: 3608 Note: SVN reference [3601] has been migrated to Git commit 6a1caf8
2 parents d51adcf + 6a1caf8 commit 1100289

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/iesg/discusses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ <h1>IESG Discuss Positions</h1>
6161
{% include "idrfc/status_columns.html" %}
6262
<td class="ad">{{ doc.ad_name|default:"" }}</td>
6363
<td>
64-
{% for po in doc.ietf_process.iesg_ballot.get_discuss %}
65-
{{po.ad_name}} ({% if po.discuss_date %}{{po.discuss_date|timesince_days}}{%endif%} days ago{% if doc.is_id_wrapper %}{% ifnotequal po.discuss_revision doc.latest_revision %} for -{{po.discuss_revision}}{% endifnotequal %}{% endif %})<br/>
64+
{% for po in doc.ietf_process.iesg_ballot.get_discuss|dictsort:"is_old_ad" %}
65+
{%if po.is_old_ad %}[{%endif%}{{po.ad_name}}{%if po.is_old_ad %}]{%endif%} ({% if po.discuss_date %}{{po.discuss_date|timesince_days}}{%endif%} days ago{% if doc.is_id_wrapper %}{% ifnotequal po.discuss_revision doc.latest_revision %} for -{{po.discuss_revision}}{% endifnotequal %}{% endif %})<br/>
6666
{% endfor %}
6767
</td>
6868
</tr>

0 commit comments

Comments
 (0)