From 9ec302a168956da25d0722a633cc38810396b0e3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 May 2018 16:08:04 -0600 Subject: [PATCH] Update profile view --- resources/views/profile/show.blade.php | 35 ++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 5 deletions(-) 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)