better timestamps

This commit is contained in:
2026-05-31 18:10:35 +02:00
parent 52a18acf40
commit 235f1b6d14
4 changed files with 55 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
@else
<div class="stat-id">ID: {{ user.user_id || user.id }}</div>
<div class="stat-joined" title="{{ user.timestamp.timefull }}">{{ t('profile.age_days', { n: user.age_days }) }}</div>
<div class="stat-joined" tooltip="{{ user.timestamp.timefull }}" data-iso="{{ user.timestamp.timefull }}">{{ t('profile.age_days', { n: user.age_days }) }}</div>
@if(!user.is_ghost)
<div class="stat-comments">{{ t('profile.stat_comments') }} <a href="/user/{!! user.user !!}/comments">{{ count.comments }}</a></div>
<div class="stat-tags">{{ t('profile.stat_tags') }} {{ count.tags }}</div>