From c0e65d0446f928b30eecc858c5cf9a8eb1a364c1 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 16:01:25 +0000 Subject: implement profile editing --- templates/actor_profile.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'templates/actor_profile.php') diff --git a/templates/actor_profile.php b/templates/actor_profile.php index 0dc3ccd..46ee273 100644 --- a/templates/actor_profile.php +++ b/templates/actor_profile.php @@ -25,13 +25,13 @@ $user = UserAccount::findByCurrentSession(); bio) && $actor->bio != '') { ?> -

bio ?>

+
bio ?>
__('user.profile.bio.placeholder')]); } ?> id != $user->actor->id): ?> -
+
followsPending($user->actor)) call_template('actor_profile_pending_follow', ['subject' => $actor, 'object' => $user->actor]); ?> follows($user->actor)): ?> @@ -39,5 +39,11 @@ $user = UserAccount::findByCurrentSession(); $actor, 'user' => $user]); ?>
+ id == $user->actor->id): ?> +
+ +
\ No newline at end of file -- cgit v1.3