diff --git a/l4d2web/l4d2web/templates/_live_state.html b/l4d2web/l4d2web/templates/_live_state.html index 0518b49..cc302ab 100644 --- a/l4d2web/l4d2web/templates/_live_state.html +++ b/l4d2web/l4d2web/templates/_live_state.html @@ -7,7 +7,7 @@ {% if snapshot.hibernating %}· idle{% endif %} · {{ snapshot.map }} - polled {{ ((now - snapshot.last_seen_at).total_seconds() | int) }}s ago + polled {{ snapshot.last_seen_at | timeago }}
{% endif %} @@ -28,7 +28,7 @@ {{ (profile and profile.persona_name) or session.name_at_join }} @@ -52,7 +52,7 @@ {{ row.persona_name or row.name_at_join }} {% endfor %}