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

8 行
292 B
PHP

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