👽️ Aplica cambios de API asociados a componentes
This commit is contained in:
parent
a39fee9297
commit
b5606f043a
16 changed files with 65 additions and 64 deletions
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue