1
0
Эх сурвалжийг харах

Update follow request view

Daniel Supernault 6 жил өмнө
parent
commit
4647bf7244

+ 1 - 1
resources/views/account/follow-requests.blade.php

@@ -22,7 +22,7 @@
             <img src="{{$follow->follower->avatarUrl()}}" width="32px" class="rounded-circle">
             <img src="{{$follow->follower->avatarUrl()}}" width="32px" class="rounded-circle">
           </span>
           </span>
           <span class="notification-text">
           <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 class="text-muted notification-timestamp pl-1">{{$follow->created_at->diffForHumans(null, true, true)}}</span>
           </span>
           </span>
           <span class="float-right">
           <span class="float-right">