Full name on comments

This commit is contained in:
2025-12-01 10:55:46 +01:00
parent 048105ef27
commit 3a89f6d871
2 changed files with 2 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ document.addEventListener('DOMContentLoaded', function() {
<div class="comment-item border-bottom pb-2 mb-2">
<div class="d-flex justify-content-between align-items-start">
<div class="flex-grow-1">
<strong>${comment.user}</strong>
<strong>${comment.user}</strong>
<small class="text-muted">(${comment.created_at})</small>
${comment.updated_at !== comment.created_at ? `<small class="text-muted">(bearbeitet: ${comment.updated_at})</small>` : ''}
<div class="mt-1">${comment.text}</div>