mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
12 lines
315 B
HTML
12 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>
|