mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
60f4b4c159
`NcAppNavigation` is only allowed in `NcContent` but we were not using it because the content was rendered by the server as templates. This is now fixed by moving the content inside the `NcContent` once mounted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>