mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
11 lines
315 B
HTML
11 lines
315 B
HTML
<div class="admin-sub-header">
|
|
<h1 i18n class="form-sub-title">Plugins/Themes</h1>
|
|
|
|
<div class="admin-sub-nav">
|
|
<a i18n routerLink="list-installed" routerLinkActive="active">Installed</a>
|
|
|
|
<a i18n routerLink="search" routerLinkActive="active">Search</a>
|
|
</div>
|
|
</div>
|
|
|
|
<router-outlet></router-outlet>
|