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

19 行
731 B
PHP

<div class="channel-avatar-row">
<my-actor-avatar title="この動画チャンネルを見る">
<a title="この動画チャンネルを見る" href="/c/{{ ptFullHandle($ch) }}">
<img class="avatar channelng" src="{{ ptAvatar($ch) }}" alt="チャンネルのアバター">
</a>
</my-actor-avatar>
<h2>
<a title="この動画チャンネルを見る" href="/c/{{ ptFullHandle($ch) }}"> {{ $ch->displayName }} </a>
</h2>
<div class="actor-counters">
<div class="followers">{{ $ch->followersCount }}人登録者</div><span class="videos-count"> {{ $ch->video->total }}枚動画 </span>
</div>
<div class="description-html">
<p>
<?php echo $ch->description; ?>
</p>
</div>
</div>