link to edit page from list page
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user