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

20 行
778 B
PHP

@extends('theme.'.env('THEME').'.peertube')
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<my-my-account class="ng-star-inserted">
<div class="row">
@include('theme.'.env('THEME').'.component.peertube.my-account.menu', ['active' => 'notifications'])
<div class="margin-content pb-5 offset-content">
<ng-component class="ng-star-inserted">
<h1 class="sr-only">通知</h1>
@include('theme.'.env('THEME').'.component.peertube.my-account.filter')
@include('theme.'.env('THEME').'.component.peertube.my-account.notifications')
</ng-component>
</div>
</div>
</my-my-account>
</div>
</div>
@endsection