Update follow request view

This commit is contained in:
Daniel Supernault 2018-09-02 22:24:55 -06:00
parent 82588302da
commit 4647bf7244
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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">