From d23f0fe214585740bd0d901aac764fae744f5ecb Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 3 Jun 2024 15:53:31 -0700 Subject: [PATCH] Add back system reqs and release notes --- .../firefox/templates/firefox/all/base.html | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/bedrock/firefox/templates/firefox/all/base.html b/bedrock/firefox/templates/firefox/all/base.html index 3b80be95007..f66949543a6 100644 --- a/bedrock/firefox/templates/firefox/all/base.html +++ b/bedrock/firefox/templates/firefox/all/base.html @@ -40,6 +40,79 @@

{{ ftl('firefox-all-choose-which-firefox') }}

{{ self.page_desc() }}

+ {% if product %} + {% if product.slug == "desktop-release" %} +
+ +
+ {% elif product.slug == "desktop-beta" %} +
+ +
+ {% elif product.slug == "desktop-developer" %} +
+ +
+ {% elif product.slug == "desktop-nightly" %} +
+ +
+ {% elif product.slug == "desktop-esr" %} +
+ +
+ {% elif product.slug == "android-beta" %} +
+ +
+ {% elif product.slug in ["mobile-release", "android-release", "ios-release"] %} +
+ {% if product.slug in ["android-release", "mobile-release"] %} + Android: + + {% endif %} + {% if product.slug in ["ios-release", "mobile-release"] %} + iOS: + + {% endif %} +
+ {% endif %} + {% endif %} +
{% include 'firefox/all/product.html' %}