🏷️ RenderResources pasa a ser RenderContext

This commit is contained in:
Manuel Cillero 2023-01-03 19:18:12 +01:00
parent a25a7f4dfa
commit a73491de70
29 changed files with 151 additions and 151 deletions

View file

@ -41,7 +41,7 @@ pub async fn summary() -> ResultPage<Markup, FatalError> {
.with_item(MenuItem::label("Opción 4"));
Page::new()
.with_resource(ResourceOp::SetTheme("Bootsier"))
.with_context(ContextOp::SetTheme("Bootsier"))
.with_title("Admin")
.add_to("top-menu", top_menu)
.add_to(