mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update hashtag infinite scroll
This commit is contained in:
parent
f746299711
commit
526f67f84d
1 changed files with 20 additions and 19 deletions
|
@ -21,8 +21,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tag-timeline row">
|
||||
<div class="tag-timeline">
|
||||
<div class="row">
|
||||
@foreach($posts as $status)
|
||||
<div class="col-4 p-0 p-sm-2 p-md-3">
|
||||
<a class="card info-overlay card-md-border-0" href="{{$status->url()}}">
|
||||
|
@ -43,6 +43,7 @@
|
|||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-center pagination-container mt-4">
|
||||
{{$posts->links()}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue