Added tooltip with last-updated timestamp on hovering "X days ago" in post list

This commit is contained in:
Sanne de Vries 2021-07-26 15:41:16 +02:00
parent 4ad23924f0
commit bea787f1e9

View File

@ -15,7 +15,7 @@
in <span class="midgrey-l2 fw5">{{@post.primaryTag.name}}</span>
{{/if}}
{{gh-format-post-time @post.updatedAtUTC draft=true}}
<span data-tooltip="{{gh-format-post-time @post.updatedAtUTC "D MMM YYYY"}}">{{gh-format-post-time @post.updatedAtUTC draft=true}}</span>
</span>
</p>