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

8 行
480 B
PHP

<div class="sub-menu sub-menu-fixed">
<div class="links">
<a class="title-page title-page-about{{ $active == 'instance' ? ' active' : '' }}" href="/about/instance">インスタンス</a>
<a class="title-page title-page-about{{ $active == 'lightpeer' ? ' active' : '' }}" href="/about/lightpeer">LightPeer</a>
<a class="title-page title-page-about{{ $active == 'follows' ? ' active' : '' }}" href="/about/follows">ネットワーク</a>
</div>
</div>