From b94af397c9357d882c700d7bd6fa700fc3a498f8 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 11 Dec 2019 01:25:56 -0700 Subject: [PATCH] Update views --- resources/views/account/activity.blade.php | 9 +++------ resources/views/account/follow-requests.blade.php | 1 + resources/views/profile/show.blade.php | 3 --- resources/views/status/show.blade.php | 10 ---------- resources/views/timeline/home.blade.php | 11 ----------- resources/views/timeline/local.blade.php | 11 ----------- 6 files changed, 4 insertions(+), 41 deletions(-) diff --git a/resources/views/account/activity.blade.php b/resources/views/account/activity.blade.php index fbf2b5757..cc2e2c715 100644 --- a/resources/views/account/activity.blade.php +++ b/resources/views/account/activity.blade.php @@ -7,7 +7,9 @@
Notifications + @if(request()->user()->profile->is_private) Follow Requests + @endif
@@ -17,11 +19,6 @@ @endsection @push('scripts') - - + @endpush diff --git a/resources/views/account/follow-requests.blade.php b/resources/views/account/follow-requests.blade.php index 276915f89..5fa9b86db 100644 --- a/resources/views/account/follow-requests.blade.php +++ b/resources/views/account/follow-requests.blade.php @@ -49,6 +49,7 @@ @push('scripts') diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php index 00005aa77..69ce2f688 100644 --- a/resources/views/timeline/home.blade.php +++ b/resources/views/timeline/home.blade.php @@ -6,17 +6,6 @@ @endsection -@push('styles') - -@endpush - @push('scripts') diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php index 0765f1c09..bbb8e8722 100644 --- a/resources/views/timeline/local.blade.php +++ b/resources/views/timeline/local.blade.php @@ -6,17 +6,6 @@ @endsection -@push('styles') - -@endpush - @push('scripts')