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:
parent
de7c79092e
commit
2bab09b6f4
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue