Skip to content

Commit

Permalink
Fix missing links on follower modal
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Sep 27, 2024
1 parent afda333 commit d674b3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _embed/templates/user-inbox/follower-activitypub.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
{{- end -}}
<div>
<h1 class="margin-none">{{- $activityStream.Name -}}</h1>
<div class="text-gray"><a href="{{$activityStream}}" target="_blank">{{- $activityStream.UsernameOrID -}}</a></div>
<div class="text-gray"><a href="{{$activityStream.ID}}" target="_blank">{{- $activityStream.UsernameOrID -}}</a></div>
</div>

</div>

<div class="flex-row margin-vertical">
Expand All @@ -34,7 +33,7 @@ <h1 class="margin-none">{{- $activityStream.Name -}}</h1>
{{- else -}}
<button hx-get="/@me/inbox/following-add?url={{$activityStream.ID}}" class="text-xs" hx-push-url="false">&plus; Follow</button>
{{- end -}}
<a href="{{$activityStream}}" class="button text-xs" target="_blank">View Profile &rarr;</a>
<a href="{{$activityStream.ID}}" class="button text-xs" target="_blank">View Profile &rarr;</a>
</div>
</div>

Expand Down

0 comments on commit d674b3e

Please sign in to comment.