only show instance config link for permitted users, make nav markup
component async
This commit is contained in:
@@ -51,7 +51,7 @@ pub async fn page(
|
||||
Ok(base(
|
||||
&title,
|
||||
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" {
|
||||
@if let Ok(p) = p {
|
||||
|
||||
Reference in New Issue
Block a user