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
This commit is contained in:
Henrik Levkowetz 2015-12-11 11:34:23 +00:00
parent de7c79092e
commit 2bab09b6f4

View file

@ -95,4 +95,12 @@
<td></td>
{% endif %}
{% if color_row_positions %}
{% with doc|ballotposition:user as pos %}
<td {% if pos %}class="changebar position-{{pos.slug}}"{% endif %}></td>
{% endwith %}
{% else %}
<td></td>
{% endif %}
</tr>