Back to Peertube

{{ config().title }}

client/src/app/shared/shared-main/menu/lateral-menu.component.html

8.1.5256 B
Original Source

{{ config().title }}

@for (entry of config().entries; track entry) { @if (entry.type === 'separator') {

} @else if (entry.type === 'link' && isDisplayed(entry)) { @if (entry.icon) {

} {{ entry.label }} @if (isUnavailable(entry)) { } @else { } } }