Skip to content

Commit 2ab8c03

Browse files
committed
Add the intended status to match the cgi version of the page.
- Legacy-Id: 531
1 parent 4d6a6f1 commit 2ab8c03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/iesg/ietf_doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3><a name="protocol">1. <u>Protocol Action Announcements</u></a></h3>
3232
<ul>
3333
{% for item in date.list %}
3434
{% if item.idinternal.ballot_id %}
35-
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }}</a>
35+
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }} ({{ item.intended_status }})</a>
3636
{% endif %}
3737
{% endfor %}
3838
</ul>
@@ -45,7 +45,7 @@ <h3><a name="document">2. <u>Document Action Announcements</u></a></h3>
4545
<ul>
4646
{% for item in date.list %}
4747
{% if item.idinternal.ballot_id %}
48-
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }}</a>
48+
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }} ({{ item.intended_status }})</a>
4949
{% endif %}
5050
{% endfor %}
5151
</ul>

0 commit comments

Comments
 (0)