]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
Correctly scroll in notification preferences
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-notifications / my-account-notifications.component.html
CommitLineData
2f1548fd 1<div class="header">
07a98236 2 <a routerLink="/my-account/settings" fragment="notifications" i18n>Notification preferences</a>
2f1548fd
C
3
4 <button (click)="markAllAsRead()" i18n>Mark all as read</button>
5</div>
6
7<my-user-notifications #userNotification></my-user-notifications>