diff --git a/resources/views/danmaku/index.blade.php b/resources/views/danmaku/index.blade.php index 77b3213..bc3e428 100644 --- a/resources/views/danmaku/index.blade.php +++ b/resources/views/danmaku/index.blade.php @@ -52,7 +52,7 @@ @endforeach -
+
{{$video_list->links()}}
@include("common.footer") diff --git a/resources/views/danmaku/search_index.blade.php b/resources/views/danmaku/search_index.blade.php index b8d91a9..778f8e2 100644 --- a/resources/views/danmaku/search_index.blade.php +++ b/resources/views/danmaku/search_index.blade.php @@ -36,7 +36,9 @@ @endforeach -{{$danmakus->links()}} +
+ {{$danmakus->links()}} +
@include("common.footer") diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 5a28d67..1f4e791 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -37,7 +37,7 @@
@endforeach -
+
{{$comments->links()}}
@include("common.footer") diff --git a/resources/views/program/index.blade.php b/resources/views/program/index.blade.php index ea5a6aa..57351c8 100644 --- a/resources/views/program/index.blade.php +++ b/resources/views/program/index.blade.php @@ -88,7 +88,7 @@ @endforeach -
+
{{$programs->links()}}
@include("common.footer")