aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-08 15:06:58 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-01-09 11:15:15 +0100
commit07a982363fcc6f838dd3f5c2039a2affaea3b0b2 (patch)
tree2c39652bc0f305502d6d7c9a72f4a71d37407a54 /client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
parent2f1548fda32c3ba9e53913270394eedfacd55986 (diff)
downloadPeerTube-07a982363fcc6f838dd3f5c2039a2affaea3b0b2.tar.gz
PeerTube-07a982363fcc6f838dd3f5c2039a2affaea3b0b2.tar.zst
PeerTube-07a982363fcc6f838dd3f5c2039a2affaea3b0b2.zip
Correctly scroll in notification preferences
Diffstat (limited to 'client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html')
-rw-r--r--client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
index d2810c343..b98a1087e 100644
--- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
+++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
@@ -1,5 +1,5 @@
1<div class="header"> 1<div class="header">
2 <a routerLink="/my-account/settings" i18n>Notification preferences</a> 2 <a routerLink="/my-account/settings" fragment="notifications" i18n>Notification preferences</a>
3 3
4 <button (click)="markAllAsRead()" i18n>Mark all as read</button> 4 <button (click)="markAllAsRead()" i18n>Mark all as read</button>
5</div> 5</div>