diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 19:38:17 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 19:38:17 +0100 |
commit | 45e0d6697c107d77dce73d8e354867dc1959741d (patch) | |
tree | 6acff1e8fdc59ed396a3da4439461d4a475ee8b5 /client/src/app/+my-account/my-account-settings/my-account-settings.component.html | |
parent | 111fdc267b36201cf1be1fdf91017005102b4a5e (diff) | |
download | PeerTube-45e0d6697c107d77dce73d8e354867dc1959741d.tar.gz PeerTube-45e0d6697c107d77dce73d8e354867dc1959741d.tar.zst PeerTube-45e0d6697c107d77dce73d8e354867dc1959741d.zip |
Properly scroll to anchors in links, especially in admin config
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-settings.component.html')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-settings.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html index 164afb4ea..87296bc19 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | <div class="form-row mt-5"> <!-- notifications grid --> | 35 | <div class="form-row mt-5"> <!-- notifications grid --> |
36 | <div class="form-group col-12 col-lg-4 col-xl-3"> | 36 | <div class="form-group col-12 col-lg-4 col-xl-3"> |
37 | <div class="anchor" id="notifications"></div> <!-- notifications anchor --> | ||
37 | <div i18n class="account-title">NOTIFICATIONS</div> | 38 | <div i18n class="account-title">NOTIFICATIONS</div> |
38 | </div> | 39 | </div> |
39 | 40 | ||