トップページのお惣菜表示量をお惣菜コーナー1ページ分にする
This commit is contained in:
parent
12553321e1
commit
46ca276eab
@ -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'));
|
||||
|
@ -60,7 +60,7 @@
|
||||
</li>
|
||||
@endforeach
|
||||
<li class="list-group-item no-side-border text-right">
|
||||
<a href="{{ route('timeline.public') }}" class="stretched-link">もっと見る »</a>
|
||||
<a href="{{ route('timeline.public', ['page' => 2]) }}" class="stretched-link">もっと見る »</a>
|
||||
</li>
|
||||
</ul>
|
||||
@endif
|
||||
|
Loading…
Reference in New Issue
Block a user