mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 06:23:18 +00:00
Update personal timeline view
This commit is contained in:
parent
786e4b5747
commit
7f10f8caf3
1 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,15 @@
|
||||||
@include('status.template')
|
@include('status.template')
|
||||||
|
|
||||||
@endforeach
|
@endforeach
|
||||||
|
@if($timeline->count() == 0)
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body py-5">
|
||||||
|
<div class="d-flex justify-content-center align-items-center">
|
||||||
|
<p class="lead font-weight-bold mb-0">{{ __('timeline.emptyPersonalTimeline') }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center">
|
||||||
{{$timeline->links()}}
|
{{$timeline->links()}}
|
||||||
|
|
Loading…
Reference in a new issue