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

8 行
292 B
PHP
Raw 通常表示 履歴

2021-12-16 21:26:49 +09:00
<div class="section channel videos ng-star-inserted">
<div class="section-title">
<h2 class="section-title">最新投稿された動画</h2>
</div>
@foreach ($res['new']->data as $v)
2021-12-16 22:26:17 +09:00
@include('theme.'.env('THEME').'.component.peertube.common.videominature')
2021-12-16 21:26:49 +09:00
@endforeach
</div>