Merge pull request #444 from pixelfed/frontend-ui-refactor

Update follow request view
This commit is contained in:
daniel 2018-09-02 22:25:43 -06:00 committed by GitHub
commit 4ed8d5073e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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