summaryrefslogtreecommitdiff
path: root/templates/lobby_html.jinja
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2021-02-16 18:19:42 +0100
committerAndré Glüpker <git@wgmd.de>2021-02-16 18:19:42 +0100
commitc91e9cb8d8e6f0bf5edc0f5768f8dfd50a23d44f (patch)
treeffeb133b45336bd8a342797614169e6c2ffe0ad6 /templates/lobby_html.jinja
parentc4db6130dcf2c78b3b0e05bc98d9a830a51dbfe3 (diff)
downloadsteam-c91e9cb8d8e6f0bf5edc0f5768f8dfd50a23d44f.tar.gz
steam-c91e9cb8d8e6f0bf5edc0f5768f8dfd50a23d44f.tar.bz2
steam-c91e9cb8d8e6f0bf5edc0f5768f8dfd50a23d44f.zip
Show some stats and have links on premade finder
Diffstat (limited to 'templates/lobby_html.jinja')
-rw-r--r--templates/lobby_html.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/lobby_html.jinja b/templates/lobby_html.jinja
index 468a2fa..0564e55 100644
--- a/templates/lobby_html.jinja
+++ b/templates/lobby_html.jinja
@@ -78,7 +78,7 @@
<span class="info">(non-steam)</span>
{% else %}
{% if profile['personastate'] == 0 %}
- <span class="{{ state }}">Offline since {{ (current_time - profile['lastlogoff']) | display_time }}</span>
+ <span class="{{ state }}">Offline since {{ (current_time - profile['lastlogoff']) | display_age }}</span>
{% else %}
<span class="{{ state }}">{{ states[profile['personastate']] }}</span>
{% endif %}