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

17 行
381 B
PHP
Raw 通常表示 履歴

2022-02-10 00:33:21 +09:00
@extends('layout')
@php
$conf = $res['userinfo']['config'];
@endphp
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="row">
@include('pages.peertube.about.components.menu', ['active' => 'instance'])
@include('pages.peertube.about.components.about')
</div>
</div>
</div>
@endsection