From ae6a59e782713bfd73924dbf271e646fe00bc656 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 1 Jun 2018 21:00:03 -0600 Subject: [PATCH] Update profile views Closes #84 --- resources/views/profile/followers.blade.php | 2 +- resources/views/profile/following.blade.php | 2 +- resources/views/profile/show.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/profile/followers.blade.php b/resources/views/profile/followers.blade.php index 8fd90f21..58e79a3b 100644 --- a/resources/views/profile/followers.blade.php +++ b/resources/views/profile/followers.blade.php @@ -18,7 +18,7 @@
diff --git a/resources/views/profile/following.blade.php b/resources/views/profile/following.blade.php index 56a37296..f04ca85e 100644 --- a/resources/views/profile/following.blade.php +++ b/resources/views/profile/following.blade.php @@ -18,7 +18,7 @@
diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index 3e34a4c1..bb6d57a6 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -50,7 +50,7 @@
- {{$user->statuses()->count()}} + {{$user->statuses()->whereNull('in_reply_to_id')->count()}} Posts