From 8843a8cb197e71b1ca42f1ea56be5f806ad0f5b4 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 21:26:02 +0000 Subject: implement note editing and improve display of edited note timestamps --- templates/note/info_line.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/note/info_line.php (limited to 'templates/note/info_line.php') diff --git a/templates/note/info_line.php b/templates/note/info_line.php new file mode 100644 index 0000000..acc85d7 --- /dev/null +++ b/templates/note/info_line.php @@ -0,0 +1,28 @@ + +
+ author->displayName) ?> + + author->pronouns) && trim($note->author->pronouns) != '') { + echo htmlspecialchars($note->author->pronouns); + } ?> + + + created) ?> + + +
\ No newline at end of file -- cgit v1.3