このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/views/theme/techsuwa/component/peertube/common/paginate.blade.php

2 行
242 B
PHP
Raw 通常表示 履歴

2021-12-16 13:02:06 +09:00
@if ($res['paginate'] != 0) <a href="{{ $root }}/{{ $res['paginate']-1 }}" class="block-title">戻り</a> @endif
@if (($res['paginate']*25) < $res['pagetotal']) <a href="{{ $root }}/{{ $res['paginate']+1 }}" class="block-title"></a> @endif