Fix title on date

This commit is contained in:
video-prize-ranch 2022-01-18 19:09:10 -05:00
parent 29bbf3a26c
commit c3e84f71cf
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</div>
<div>
{{{this.Comment}}}
<p title="{{this.Date}}">
<p title="{{this.CreatedAt}}">
{{this.RelTime}}
{{#if this.DeletedAt}}
<span class="comment__updatedDate">(deleted {{this.DeletedAt}})</span>