Skip to content

Commit 2bab09b

Browse files
committed
Added a coloured bar at the right-hand side of the ADs' view of iesg/agenda/documents/, in order to make it easier to distinguish between the 'yes' and 'no-objection' colour codes.
- Legacy-Id: 10578
1 parent de7c790 commit 2bab09b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,12 @@
9595
<td></td>
9696
{% endif %}
9797

98+
{% if color_row_positions %}
99+
{% with doc|ballotposition:user as pos %}
100+
<td {% if pos %}class="changebar position-{{pos.slug}}"{% endif %}></td>
101+
{% endwith %}
102+
{% else %}
103+
<td></td>
104+
{% endif %}
105+
98106
</tr>

0 commit comments

Comments
 (0)