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

18 行
453 B
PHP
Raw 通常表示 履歴

2022-02-05 14:05:00 +09:00
@extends('layout')
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="root ng-star-inserted">
@include('layout.component.a.info')
@include('layout.component.a.links')
2022-02-10 02:28:54 +09:00
@if ($cat == 'videos')
@include('layout.component.a.videos')
@else
@include('layout.component.a.channels')
@endif
2022-02-05 14:05:00 +09:00
</div>
</div>
</div>
@endsection