From 36c8d845552af7b0a140c3f822f922dee8a137c9 Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 24 May 2020 21:44:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AA=E3=82=AB=E3=82=BA=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=AE=E5=AD=98=E5=9C=A8=E5=BF=98=E3=82=8C=E3=81=A6?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/user/profile.blade.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php index 978a39a..d850e6a 100644 --- a/resources/views/user/profile.blade.php +++ b/resources/views/user/profile.blade.php @@ -38,7 +38,7 @@ このユーザはチェックイン履歴を公開していません。

@else - @if ($ejaculations->count() !== 0 && $ejaculations->currentPage() === 1) + @if (Route::currentRouteName() === 'user.profile' && $ejaculations->count() !== 0 && $ejaculations->currentPage() === 1)
Shikontributions

@@ -129,8 +129,10 @@ @endsection @push('script') - - - + @if (Route::currentRouteName() === 'user.profile') + + + + @endif @endpush