diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index d540e85d1..3e34a4c1a 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -54,24 +54,49 @@ Posts
- + {{$user->followerCount(true)}} Followers
- {{$user->followingCount(true)}} - Following + + {{$user->followingCount(true)}} + Following +
-

- {{$user->name}} +

+ {{$user->name}} + @if($user->remote_url) + REMOTE PROFILE + @endif + {{$user->bio}}

+ @if($owner == true) +
+ +
+ @endif + + @if($owner && request()->is('*/saved')) +
+

{{__('profile.savedWarning')}}

+
+ @endif + @if($timeline->count() > 0) @foreach($timeline as $status)