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

11 行
297 B
PHP

@extends('layout')
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row network">
@include('pages.peertube.about.components.menu', ['active' => 'follows'])
@include('pages.peertube.about.components.network')
</div>
</div>
@endsection