From 5a6300f473b8be0e90a16e2b5992299b0ea1ddff Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 27 Jan 2025 19:45:39 +0000 Subject: context menus and note deletion --- templates/actor_profile.php | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'templates/actor_profile.php') diff --git a/templates/actor_profile.php b/templates/actor_profile.php index cfcc510..1e37f28 100644 --- a/templates/actor_profile.php +++ b/templates/actor_profile.php @@ -5,6 +5,7 @@ $user = UserAccount::findByCurrentSession(); ?>
+ @@ -12,20 +13,28 @@ $user = UserAccount::findByCurrentSession(); +
displayName) ?>
@getFullHandle() ?>
-
created->format('Y-m-d')) ?>
+
created->format('Y-m-d')) ?> +
+
- actor != $actor) - call_template('actor_profile_block_button', ['actor' => $actor, 'user' => $user]); ?> - isLocal): ?> - - + + actor != $actor): ?> +
  • $user, 'actor' => $actor]) ?>
  • + +
    +
    + bio) && $actor->bio != '') { ?>
    bio) ?>
    + \ No newline at end of file -- cgit v1.3