link to edit page from list page

This commit is contained in:
Alexander Foremny
2024-06-06 15:31:16 +02:00
parent a569f8d7a2
commit 612da78d17
3 changed files with 23 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ viewModel :: Model -> View Action
viewModel m =
div_ [] $
[ h3_ [] [text "entities"],
schemaTable m.schema m.posts,
schemaTable m.collection m.schema m.posts,
h3_ [] [text "schema"],
viewSchema m.schema
]