From d9792584ddf5a179dc4a5a8fcdba6d597ee466f0 Mon Sep 17 00:00:00 2001 From: erciccione <erciccione@protonmail.com> Date: Sat, 9 Nov 2019 10:04:13 +0100 Subject: [PATCH] Activate and update 'upgrade' banner --- _i18n/en.yml | 2 +- _includes/upgrade.html | 2 +- _layouts/index.html | 2 +- css/custom.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index fc392c79..b67b202d 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -32,7 +32,7 @@ global: outdatedMax: This page is outdated. We do not recommend using it. Instead, please see the outdatedVersion: English version outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete. - upgrade: To continue using Monero, make sure your software is up-to-date with the March 9th network upgrade. + upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade. moreinfo: More info lang_tag: "@lang_tag_en" diff --git a/_includes/upgrade.html b/_includes/upgrade.html index 33a1f6ce..b96082b1 100644 --- a/_includes/upgrade.html +++ b/_includes/upgrade.html @@ -1,6 +1,6 @@ <div class="upgrade-container"> <input id="upgrade-toggle" type="checkbox"> <div class="upgrade-content"> - <p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/aw86rx/updated_information_thread_regarding_the/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p> + <p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/dtt2j3/cli_v01500_carbon_chamaeleon_released/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p> </div> </div> diff --git a/_layouts/index.html b/_layouts/index.html index d3d08b9d..96ae247f 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -4,7 +4,7 @@ {% include head.html %} <body> - <!-- {% include upgrade.html %} --> + {% include upgrade.html %} <div class="page-wrapper"> {% include header.html %} {{content}} diff --git a/css/custom.css b/css/custom.css index cea3248a..8dbba859 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1133,7 +1133,7 @@ pre.highlight>code { .upgrade-content { - background-color: #e5ba38; + background-color: #eb912c; top: 0; left: 0; z-index: 4; -- GitLab