Back to Peertube

Header.Component

client/src/app/header/header.component.html

8.1.5437 B
Original Source

@if (mobileMsg) {

Open in the application? Open } @if (isInstanceNameDisplayed()) { {{ instanceName }} } @if (!searchHidden) { } @if (!loggedIn) { @if (isRegistrationAllowed()) { } } @else {

{{ user.account?.displayName }}

@{{ user.username }}

@if (user.account) { Public profile }

@if (user.account) { Manage my account }

Interface: {{ currentInterfaceLanguage }} @if (!isInMobileView) { Keyboard shortcuts } Log out

}