Center last activity column

This commit is contained in:
Chris Wilson 2020-07-25 02:10:49 -04:00
parent 3ea435c66c
commit aacd5b4063
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}