diff options
Diffstat (limited to 'pkg/app/handler/arches/changedVersions.templ')
-rw-r--r-- | pkg/app/handler/arches/changedVersions.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/handler/arches/changedVersions.templ b/pkg/app/handler/arches/changedVersions.templ index fb65fc3..6063452 100644 --- a/pkg/app/handler/arches/changedVersions.templ +++ b/pkg/app/handler/arches/changedVersions.templ @@ -45,5 +45,5 @@ func init() { } func renderPage(w http.ResponseWriter, r *http.Request, arch string, content templ.Component) { - layout.TabbedLayout("Architectures", "arches", "Architectures", "fa fa-fw fa-server", "", tabs, arch, content).Render(r.Context(), w) + layout.TabbedLayout("Architectures", layout.Arches, "Architectures", "fa fa-fw fa-server", "", tabs, arch, content).Render(r.Context(), w) } |