Add full datetime as tooltips

This commit is contained in:
rubenwardy
2024-07-05 01:19:33 +01:00
parent 576d9dd3e0
commit 9bf91f17d6
8 changed files with 15 additions and 13 deletions

View File

@@ -52,7 +52,8 @@
{% endif %}
<a name="reply-{{ r.id }}" class="text-muted float-end"
href="{{ url_for('threads.view', id=r.thread.id) }}#reply-{{ r.id }}">
href="{{ url_for('threads.view', id=r.thread.id) }}#reply-{{ r.id }}"
title="{{ r.created_at | full_datetime }}">
{{ r.created_at | datetime }}
</a>
</div>