Skip to content

Commit 5cd8273

Browse files
committed
Use yellow for 'abstain' also in /iesg/agenda/documents/
- Legacy-Id: 2002
1 parent 08ed369 commit 5cd8273

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/iesg/agenda_documents_row.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% comment %}
2-
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
2+
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
33
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
44

55
Redistribution and use in source and binary forms, with or without
@@ -37,8 +37,9 @@
3737
<tr
3838
{% if user|in_group:"Area_Director" %}
3939
{% if doc|my_position:user|equal:"Discuss" %}style="background:#ffa0a0;"{% endif %}
40+
{% if doc|my_position:user|equal:"Abstain" %}style="background:#ffff00;"{% endif %}
4041
{% if doc|my_position:user|equal:"Yes" or doc|my_position:user|slugify|equal:"no-objection" %}style="background:#a0ffa0;"{% endif %}
41-
{% if doc|my_position:user|equal:"Abstain" or doc|my_position:user|equal:"Recuse" %}style="background:#c0c0c0;"{% endif %}
42+
{% if doc|my_position:user|equal:"Recuse" %}style="background:#c0c0c0;"{% endif %}
4243
{% endif %}
4344
>
4445
<td class="doc">

0 commit comments

Comments
 (0)