mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Added tooltip with last-updated timestamp on hovering "X days ago" in post list
This commit is contained in:
parent
4ad23924f0
commit
bea787f1e9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user