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

14 行
567 B
PHP

<div class="section channel videos">
<div class="section-title">
<a href="/c/{{ ptFullHandle($res['video']->channels[0]->channel) }}">
<my-actor-avatar>
<img class="avatar channel" src="{{ ptAvatar($res['video']->channels[0]->channel) }}" alt="チャンネルのアバター">
</my-actor-avatar>
<h2 class="section-title">{{ $res['video']->channels[0]->channel->displayName }}</h2>
</a>
</div>
@foreach ($res['video']->channels[0]->videos as $k => $v)
@include('layout.component.common.videominature')
@endforeach
</div>