From 49d76639295a89bac8a656360782f0c3a1d2707c Mon Sep 17 00:00:00 2001 From: 6543 <m.huber@kithara.com> Date: Sun, 21 Jan 2024 14:42:35 +0100 Subject: Revert adding htmx until we finaly decide to add it (#28879) --- templates/shared/user/profile_big_avatar.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/shared/user/profile_big_avatar.tmpl') diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index 7afc852d1b..a637a9a5f9 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -1,4 +1,4 @@ -<div id="profile-avatar-card" class="ui card"> +<div class="ui card"> <div id="profile-avatar" class="content gt-df"> {{if eq .SignedUserID .ContextUser.ID}} <a class="image" href="{{AppSubUrl}}/user/settings" data-tooltip-content="{{ctx.Locale.Tr "user.change_avatar"}}"> @@ -110,13 +110,13 @@ </li> {{end}} {{if and .IsSigned (ne .SignedUserID .ContextUser.ID)}} - <li class="follow" hx-headers='{"x-csrf-token": "{{.CsrfToken}}"}' hx-target="#profile-avatar-card" hx-swap="outerHTML"> + <li class="follow"> {{if $.IsFollowing}} - <button hx-post="{{.ContextUser.HomeLink}}?action=unfollow" class="ui basic red button"> + <button class="ui basic red button link-action" data-url="{{.ContextUser.HomeLink}}?action=unfollow"> {{svg "octicon-person"}} {{ctx.Locale.Tr "user.unfollow"}} </button> {{else}} - <button hx-post="{{.ContextUser.HomeLink}}?action=follow" class="ui basic primary button"> + <button class="ui basic primary button link-action" data-url="{{.ContextUser.HomeLink}}?action=follow"> {{svg "octicon-person"}} {{ctx.Locale.Tr "user.follow"}} </button> {{end}} -- cgit v1.2.3