mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update admin media view
This commit is contained in:
parent
a7a16d8a0b
commit
ab3ec39d5d
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<div class="d-flex justify-content-center">
|
||||
{{$media->links()}}
|
||||
{{$media->appends(['layout'=>request()->layout])->links()}}
|
||||
</div>
|
||||
@else
|
||||
<div class="profile-timeline mt-5 row">
|
||||
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
<hr>
|
||||
<div class="d-flex justify-content-center">
|
||||
{{$media->links()}}
|
||||
{{$media->appends(['layout'=>request()->layout])->links()}}
|
||||
</div>
|
||||
@endif
|
||||
@endsection
|
||||
|
|
Loading…
Add table
Reference in a new issue