🧑💻 Better names for with/alter/add_component_in
This commit is contained in:
parent
62b32ebcee
commit
15d545897b
9 changed files with 27 additions and 22 deletions
|
|
@ -33,7 +33,7 @@ impl ModuleTrait for User {
|
|||
async fn login(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
Page::new(request)
|
||||
.with_title(L10n::n("Identificación del usuario"))
|
||||
.with_in(
|
||||
.with_component_in(
|
||||
"content",
|
||||
Wrapper::new()
|
||||
.with_id("welcome")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue