Back to Peertube

My Account Notification Preferences.Component

client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html

8.1.5370 B
Original Source

@if (webNotifications) {

@for (group of notificationSettingGroups; track group) { @if (hasNotificationsInGroup(group)) {

{{ group.label }}

Web @if (emailEnabled) { Email } @for (notificationType of group.keys; track notificationType) { @if (hasUserRight(notificationType)) {

{{ labelNotifications[notificationType] }}

@if (emailEnabled) {

} } } } } }