|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
<my-actor-avatar class="channel"> |
|
|
|
|
<a title="{{ $res['detail']->channel->name }}{{ $res['detail']->channel->host != 'video.076.ne.jp' ? '@'.$res['detail']->channel->host : '' }} (チャンネルページへ) " href="/peertube/c/{{ $res['detail']->channel->name }}{{ $res['detail']->channel->host != 'video.076.ne.jp' ? '@'.$res['detail']->channel->host : '' }}" class="ng-star-inserted"> |
|
|
|
|
<img class="avatar channel ng-star-inserted" src="https://video.076.ne.jp{{ $res['detail']->channel->avatar->path }}" alt="チャンネルのアバター"> |
|
|
|
|
<img class="avatar channel ng-star-inserted" src="{{ !is_null($res['detail']->channel->avatar) ? 'https://video.076.ne.jp'.$res['detail']->channel->avatar->path : '/img/noicon.jpg' }}" alt="チャンネルのアバター"> |
|
|
|
|
</a> |
|
|
|
|
</my-actor-avatar> |
|
|
|
|
<my-actor-avatar class="account"> |
|
|
|
|
<a title="{{ $res['detail']->account->name }}{{ $res['detail']->account->host != 'video.076.ne.jp' ? '@'.$res['detail']->account->host : '' }} (アカウントページへ) " href="/peertube/a/{{ $res['detail']->account->name }}{{ $res['detail']->account->host != 'video.076.ne.jp' ? '@'.$res['detail']->account->host : '' }}" class="ng-star-inserted"> |
|
|
|
|
<img class="account avatar ng-star-inserted" src="https://video.076.ne.jp{{ $res['detail']->account->avatar->path }}" alt="アカウントのアバター"> |
|
|
|
|
<img class="account avatar ng-star-inserted" src="{{ !is_null($res['detail']->account->avatar) ? 'https://video.076.ne.jp'.$res['detail']->account->avatar->path : '/img/noicon.jpg' }}" alt="アカウントのアバター"> |
|
|
|
|
</a> |
|
|
|
|
</my-actor-avatar> |
|
|
|
|
</div> |
|
|
|
|