diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-19 19:40:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 19:40:07 +0100 |
commit | 3406032cf8ff3062329dd7a18937a2ec3dbfbf8d (patch) | |
tree | d42d5260cdb078cee35403cc334899136222eec2 | |
parent | 3cb8d85cf475061bcfbe6d901a9b9a0c29258ab4 (diff) | |
parent | 84b33a44353369d519e57d916e9aed35f479ab07 (diff) | |
download | nextcloud-server-3406032cf8ff3062329dd7a18937a2ec3dbfbf8d.tar.gz nextcloud-server-3406032cf8ff3062329dd7a18937a2ec3dbfbf8d.zip |
Merge pull request #25184 from nextcloud/feature/noid/first-class-citizen-notifications
Directly add notifications element
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 63bc26bc65f..3a698550ead 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -104,6 +104,7 @@ <div class="header-right"> <div id="unified-search"></div> + <div id="notifications"></div> <div id="contactsmenu"> <div class="icon-contacts menutoggle" tabindex="0" role="button" aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false"> |