Skip to content
Snippets Groups Projects
Commit d9459ba1 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

banners: Fix status URL in downtime banner

parent e3d5b540
No related branches found
No related tags found
No related merge requests found
Pipeline #233 passed
......@@ -5,27 +5,28 @@ License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% with status_url="https://status.softwareheritage.org/pages/maintenance/578e5eddcdc0cc7951000520/63c52cd323b01e05870da503" %}
<div class="content">
<div class="container-fluid">
<div class="row align-items-center justify-content-end">
<div class="col-12 text-center align-middle pr-3">
{% if lang == "en" %}
<a target="_blank" rel="noopener noreferrer"
href="https://app.status.io/pages/maintenance/578e5eddcdc0cc7951000520/63c52cd323b01e05870da503">
href="{{ status_url }}">
Downtime expected for SWH services</a>
<div class="d-none d-md-inline-block">
from Tuesday 2023-01-24 09:00 to Wednesday 2023-01-25 18:00 UTC+0100
</div>
{% elif lang == "fr" %}
<a target="_blank" rel="noopener noreferrer"
href="https://app.status.io/pages/maintenance/578e5eddcdc0cc7951000520/63c52cd323b01e05870da503">
href="{{ status_url }}">
Interruption des services SWH</a>
<div class="d-none d-md-inline-block">
du mardi 24/01/2023 09:00 au mercredi 25/01/2023 18:00 UTC+0100
</div>
{% elif lang == "es" %}
<a target="_blank" rel="noopener noreferrer"
href="https://app.status.io/pages/maintenance/578e5eddcdc0cc7951000520/63c52cd323b01e05870da503">
href="{{ status_url }}">
Interrupción de servicios SWH</a>
<div class="d-none d-md-inline-block">
martes 24/01/2023 09:00 a miércoles 25/01/2023 18:00 UTC+0100
......@@ -35,4 +36,5 @@ See top-level LICENSE file for more information
</div>
</div>
</div>
{% endwith %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment