From: Michael Tremer Date: Mon, 29 Nov 2021 14:05:08 +0000 (+0000) Subject: CSS: Replace badge-* with bg-* X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96985e44c3878eda621fb080b25c9da1bfda998a;p=ipfire.org.git CSS: Replace badge-* with bg-* Signed-off-by: Michael Tremer --- diff --git a/src/templates/download/release.html b/src/templates/download/release.html index 99eeb59c..52828137 100644 --- a/src/templates/download/release.html +++ b/src/templates/download/release.html @@ -34,9 +34,9 @@ {{ arch }} {% if arch in release.experimental_arches %} - {{ _("Experimental") }} + {{ _("Experimental") }} {% elif arch in release.secondary_arches %} - {{ _("Legacy") }} + {{ _("Legacy") }} {% end %} diff --git a/src/templates/fireinfo/profile.html b/src/templates/fireinfo/profile.html index b63d424d..11bf8300 100644 --- a/src/templates/fireinfo/profile.html +++ b/src/templates/fireinfo/profile.html @@ -52,13 +52,13 @@
{% for zone in profile.network %} {% if zone == "red" %} - {{ _("RED") }} + {{ _("RED") }} {% elif zone == "green" %} - {{ _("GREEN") }} + {{ _("GREEN") }} {% elif zone == "orange" %} - {{ _("ORANGE") }} + {{ _("ORANGE") }} {% elif zone == "blue" %} - {{ _("BLUE") }} + {{ _("BLUE") }} {% end %} {% end %}
@@ -101,7 +101,7 @@