diff options
| author | winter | 2025-03-30 19:30:30 +0100 |
|---|---|---|
| committer | winter | 2025-03-30 19:30:30 +0100 |
| commit | 6ce663dc0959ad0a776bbd8861450346ae0c1966 (patch) | |
| tree | 78120d4f0f4deaf280ffc4752f45f7cb3c72d9a9 /templates/actor/profile.php | |
| parent | b5ec7311ef03232099dd3f8b30298738e1d0937e (diff) | |
relocate poke form to under profile card
Diffstat (limited to 'templates/actor/profile.php')
| -rw-r--r-- | templates/actor/profile.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/actor/profile.php b/templates/actor/profile.php index 1e8e51c..8339fa2 100644 --- a/templates/actor/profile.php +++ b/templates/actor/profile.php @@ -74,12 +74,6 @@ $actorUser = UserAccount::findByLinkedActor($actor); <?php endif; ?> <?php call_template('actor/profile_follow_button', ['actor' => $actor, 'user' => $user]); ?> </div> - <?php if ($actor->isPokeable()): ?> - <details> - <summary><?= __('user.profile.poke') ?></summary> - <?php call_template('actor/profile_poke_form', ['actor' => $actor]); ?> - </details> - <?php endif; ?> <?php elseif ($actor->id == $user->actor->id): ?> <div class="profileActions"> <button class="primary" hx-get="/fragment/profile" hx-target="closest .fullProfile" hx-swap="outerHTML"> |
