diff --git a/resources/views/danmaku/index.blade.php b/resources/views/danmaku/index.blade.php index a46c5b4..77b3213 100644 --- a/resources/views/danmaku/index.blade.php +++ b/resources/views/danmaku/index.blade.php @@ -52,7 +52,9 @@ @endforeach - {{$video_list->links()}} +
+ {{$video_list->links()}} +
@include("common.footer") diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 031bebc..5a28d67 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -7,7 +7,7 @@ @include("common.header") -
+ @@ -37,7 +37,9 @@ @endforeach -{{$comments->links()}} +
+ {{$comments->links()}} +
@include("common.footer") diff --git a/resources/views/program/index.blade.php b/resources/views/program/index.blade.php index efcf19a..ea5a6aa 100644 --- a/resources/views/program/index.blade.php +++ b/resources/views/program/index.blade.php @@ -25,7 +25,7 @@ - + @@ -88,7 +88,9 @@ @endforeach -{{$programs->links()}} +
+ {{$programs->links()}} +
@include("common.footer")