Center last activity column
This commit is contained in:
parent
3ea435c66c
commit
aacd5b4063
|
@ -119,9 +119,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if activity_timers[(team, player)] %}
|
{% if activity_timers[(team, player)] %}
|
||||||
<td>{{ activity_timers[(team, player)] | render_timedelta }}</td>
|
<td class="center-column">{{ activity_timers[(team, player)] | render_timedelta }}</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td>None</td>
|
<td class="center-column">None</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue