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/editable.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/note/editable.php (limited to 'templates/note/editable.php') diff --git a/templates/note/editable.php b/templates/note/editable.php new file mode 100644 index 0000000..7a864a9 --- /dev/null +++ b/templates/note/editable.php @@ -0,0 +1,30 @@ +
+ + $note->author]); ?> + + +
+ + $note]); ?> + +
+
+ + + + +
+
+ + +
+
+ +
+
\ No newline at end of file -- cgit v1.3