From c3e84f71cff8a48938751758c4a465746092bd9b Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Tue, 18 Jan 2022 19:09:10 -0500 Subject: [PATCH] Fix title on date --- views/partials/comment.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/comment.hbs b/views/partials/comment.hbs index 78118c9..5ebeae3 100644 --- a/views/partials/comment.hbs +++ b/views/partials/comment.hbs @@ -7,7 +7,7 @@
{{{this.Comment}}} -

+

{{this.RelTime}} {{#if this.DeletedAt}} (deleted {{this.DeletedAt}})