From 46ca276eab9b30377873b1a4ae2ad62cc15a16ce Mon Sep 17 00:00:00 2001 From: shibafu Date: Thu, 20 Feb 2020 22:08:55 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=88=E3=83=83=E3=83=97=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=AE=E3=81=8A=E6=83=A3=E8=8F=9C=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E9=87=8F=E3=82=92=E3=81=8A=E6=83=A3=E8=8F=9C=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=8A=E3=83=BC1=E3=83=9A=E3=83=BC=E3=82=B8=E5=88=86?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/HomeController.php | 2 +- resources/views/home.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index fb8147f..f62f8e6 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -70,7 +70,7 @@ SQL ->select('ejaculations.*') ->with('user', 'tags') ->withLikes() - ->take(10) + ->take(21) ->get(); return view('home')->with(compact('informations', 'categories', 'globalEjaculationCounts', 'publicLinkedEjaculations')); diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0aceb12..0555b05 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -60,7 +60,7 @@ @endforeach
  • - もっと見る » + もっと見る »
  • @endif