aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
blob: d518b22ecf2b57f44b61671b432045bb4ce74552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="header">
  <a routerLink="/my-account/settings" fragment="notifications" i18n>
    <my-global-icon iconName="cog"></my-global-icon>
    Notification preferences
  </a>

  <button (click)="markAllAsRead()" i18n>
    <my-global-icon iconName="circle-tick"></my-global-icon>
    Mark all as read
  </button>
</div>

<my-user-notifications #userNotification></my-user-notifications>