mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Need tooltip of the timestamp
This commit is contained in:
parent
60e86c1eaf
commit
df16cabec5
1 changed files with 1 additions and 0 deletions
|
@ -1609,6 +1609,7 @@ function Status({
|
|||
<time
|
||||
class="created"
|
||||
datetime={createdAtDate.toISOString()}
|
||||
title={createdAtDate.toLocaleString()}
|
||||
>
|
||||
{createdDateText}
|
||||
</time>
|
||||
|
|
Loading…
Add table
Reference in a new issue