Skip to content

Commit fb26a27

Browse files
committed
Add document state and telechat info to the review request overview page
- Legacy-Id: 12382
1 parent 1970cba commit fb26a27

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ietf/templates/group/review_requests.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ <h2>{{ label }} open review requests</h2>
3232
{% if review_requests.0.reviewer %}
3333
<th>Reviewer</th>
3434
{% endif %}
35+
<th>Document state</th>
36+
<th>IESG Telechat</th>
3537
</tr>
3638
</thead>
3739
<tbody>
@@ -51,6 +53,14 @@ <h2>{{ label }} open review requests</h2>
5153
{% if r.reviewer_unavailable %}<span class="label label-danger">Unavailable</span>{% endif %}
5254
</td>
5355
{% endif %}
56+
<td>
57+
{{ r.doc.friendly_state }}
58+
</td>
59+
<td>
60+
{% if r.doc.telechat_date %}
61+
{{ r.doc.telechat_date }}
62+
{% endif %}
63+
</td>
5464
</tr>
5565
{% endfor %}
5666
</tbody>

0 commit comments

Comments
 (0)