Merge pull request #328 from shikorism/fix/325-tune-public-tl
トップページのお惣菜表示量をお惣菜コーナー1ページ分にする
This commit is contained in:
commit
cb0af4113d
@ -70,7 +70,7 @@ SQL
|
|||||||
->select('ejaculations.*')
|
->select('ejaculations.*')
|
||||||
->with('user', 'tags')
|
->with('user', 'tags')
|
||||||
->withLikes()
|
->withLikes()
|
||||||
->take(10)
|
->take(21)
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
return view('home')->with(compact('informations', 'categories', 'globalEjaculationCounts', 'publicLinkedEjaculations'));
|
return view('home')->with(compact('informations', 'categories', 'globalEjaculationCounts', 'publicLinkedEjaculations'));
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
</li>
|
</li>
|
||||||
@endforeach
|
@endforeach
|
||||||
<li class="list-group-item no-side-border text-right">
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user