1
0
Fork 0

Update follow intent, fix follower count leak

This commit is contained in:
Daniel Supernault 2021-08-01 15:09:52 -06:00
parent c5281dcdb3
commit 03199e2f68
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<img class="rounded-circle p-1 border mt-n4 bg-white shadow" src="{{$profile->avatarUrl()}}" width="90px" height="90px;">
</div>
<p class="text-center lead font-weight-bold mb-1">{{$profile->username}}</p>
<p class="text-center text-muted small text-uppercase mb-4">{{$profile->followers->count()}} followers</p>
<p class="text-center text-muted small text-uppercase mb-4">{{$profile->followerCount()}} followers</p>
<div class="d-flex justify-content-center">
@if($following == true)
<form class="d-inline-block" action="/i/follow" method="post">
@ -50,4 +50,4 @@
</div>
</div>
</div>
@endsection
@endsection