only show instance config link for permitted users, make nav markup

component async
This commit is contained in:
2026-05-04 14:11:31 +02:00
parent 47cd13f734
commit f876ff3f00
14 changed files with 32 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ pub async fn page(
Ok(base(
"Create User | Mnemosyne",
html!(
(nav(Some(&u), req.uri().path()))
(nav(&mut conn, Some(&u), req.uri().path()).await)
div class="mx-auto max-w-4xl px-2 my-4" {
p class="flex items-center gap-2" {