From: Michael Tremer
Date: Mon, 29 Nov 2021 14:28:54 +0000 (+0000)
Subject: CSS: Replace card-deck with grid controls
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f95f764822e5b91dd7b34ffc26da198bc6b2558;p=ipfire.org.git
CSS: Replace card-deck with grid controls
Signed-off-by: Michael Tremer
---
diff --git a/src/templates/download/release.html b/src/templates/download/release.html
index 566292fd..ee0a56b6 100644
--- a/src/templates/download/release.html
+++ b/src/templates/download/release.html
@@ -26,34 +26,36 @@
{% end %}
-
+
{% for arch in release.arches %}
-
-
-
- {{ arch }}
-
- {% if arch in release.experimental_arches %}
- {{Â _("Experimental") }}
- {% elif arch in release.secondary_arches %}
- {{Â _("Legacy") }}
+
+
+
+
+ {{ arch }}
+
+ {% if arch in release.experimental_arches %}
+ {{Â _("Experimental") }}
+ {% elif arch in release.secondary_arches %}
+ {{Â _("Legacy") }}
+ {% end %}
+
+
+
+
-
-
{% end %}