Fix title on date
This commit is contained in:
parent
29bbf3a26c
commit
c3e84f71cf
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{{{this.Comment}}}
|
{{{this.Comment}}}
|
||||||
<p title="{{this.Date}}">
|
<p title="{{this.CreatedAt}}">
|
||||||
{{this.RelTime}}
|
{{this.RelTime}}
|
||||||
{{#if this.DeletedAt}}
|
{{#if this.DeletedAt}}
|
||||||
<span class="comment__updatedDate">(deleted {{this.DeletedAt}})</span>
|
<span class="comment__updatedDate">(deleted {{this.DeletedAt}})</span>
|
||||||
|
|
Loading…
Reference in New Issue