From: Michael Tremer Date: Sun, 23 Oct 2022 12:45:59 +0000 (+0000) Subject: web: Refactor distro detail page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89276907b4233358adc76a51785d643bfb8d8f86;p=pbs.git web: Refactor distro detail page Signed-off-by: Michael Tremer --- diff --git a/src/templates/distros/show.html b/src/templates/distros/show.html index a717c6be..752a2e17 100644 --- a/src/templates/distros/show.html +++ b/src/templates/distros/show.html @@ -1,50 +1,55 @@ {% extends "../base.html" %} -{% block title %}{{ _("Distribution") }} - {{ distro }}{% end block %} +{% block title %}{{ _("Distributions") }} - {{ distro }}{% end block %} {% block container %} -