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

18 行
436 B
PHP

@extends('layout')
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="root">
@include('layout.component.a.info')
@include('layout.component.a.links')
@if ($cat == 'videos')
@include('layout.component.a.videos')
@else
@include('layout.component.a.channels')
@endif
</div>
</div>
</div>
@endsection