mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update follow request view
This commit is contained in:
parent
82588302da
commit
4647bf7244
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<img src="{{$follow->follower->avatarUrl()}}" width="32px" class="rounded-circle">
|
||||
</span>
|
||||
<span class="notification-text">
|
||||
<span class="font-weight-bold">{{$follow->follower->username}}</span> {{__('wants to follow you')}}
|
||||
<a class="font-weight-bold text-dark" href="{{$follow->follower->url()}}">{{$follow->follower->username}}</a> {{__('wants to follow you')}}
|
||||
<span class="text-muted notification-timestamp pl-1">{{$follow->created_at->diffForHumans(null, true, true)}}</span>
|
||||
</span>
|
||||
<span class="float-right">
|
||||
|
|
Loading…
Reference in a new issue