👽️ Aplica cambios de API asociados a componentes

This commit is contained in:
Manuel Cillero 2023-06-24 01:03:41 +02:00
parent a39fee9297
commit b5606f043a
16 changed files with 65 additions and 64 deletions

View file

@ -134,18 +134,18 @@ impl ThemeTrait for Bootsier {
div class="media-body" {
h1 class="display-4" { ("RESOURCE NOT FOUND") }
p class="lead" {
(L10n::t("e404-description", &LOCALE_BOOTSIER).render(rcx))
(L10n::t("e404-description", &LOCALE_BOOTSIER).prepare(rcx))
}
hr class="my-4";
p {
(L10n::t("e404-description", &LOCALE_BOOTSIER).render(rcx))
(L10n::t("e404-description", &LOCALE_BOOTSIER).prepare(rcx))
}
a
class="btn btn-primary btn-lg"
href="/"
role="button"
{
(L10n::t("back-homepage", &LOCALE_BOOTSIER).render(rcx))
(L10n::t("back-homepage", &LOCALE_BOOTSIER).prepare(rcx))
}
}
}