Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-web
Commits
d9459ba1
Commit
d9459ba1
authored
2 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: external
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swh/web/banners/templates/downtime-banner.html
+5
-3
5 additions, 3 deletions
swh/web/banners/templates/downtime-banner.html
with
5 additions
and
3 deletions
swh/web/banners/templates/downtime-banner.html
+
5
−
3
View file @
d9459ba1
...
...
@@ -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 %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment