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

17 行
507 B
PHP

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