From 1f99887e4d2cd18cf9a9857cdbaddbc504236ff7 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Tue, 18 Jan 2022 18:10:35 -0500 Subject: [PATCH] Remove edited at --- views/partials/comment.hbs | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/partials/comment.hbs b/views/partials/comment.hbs index 476e22b..a7ed654 100644 --- a/views/partials/comment.hbs +++ b/views/partials/comment.hbs @@ -9,9 +9,6 @@ {{{this.Comment}}}

{{this.RelTime}} - {{#if this.UpdatedAt}} - (edited {{this.UpdatedAt}}) - {{/if}} {{#if this.DeletedAt}} (deleted {{this.DeletedAt}}) {{/if}}