Change lasted edited at to date only in bubble
This commit is contained in:
parent
471603ae02
commit
7cf4827d0c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ sub post-edit(Post:D $post) is export {
|
||||||
div :class<post-edit>, :title("Last Edited At $timestamp"), [
|
div :class<post-edit>, :title("Last Edited At $timestamp"), [
|
||||||
icon 'edit';
|
icon 'edit';
|
||||||
' ';
|
' ';
|
||||||
$timestamp
|
$datetime.Date.Str
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue