mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00: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…
Reference in a new issue