feat: add links to system status (#7286)

* feat: add links to system status

* fix: Update menu.html casing
This commit is contained in:
Nicolas Giard 2024-04-23 12:45:15 -04:00 committed by GitHub
parent 6b11291216
commit bfa35fb6d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -140,6 +140,7 @@
{% endif %} {% endif %}
</span> </span>
{% endif %} {% endif %}
<a class="mx-2" href="https://status.ietf.org" target="_blank">System Status</a>
<span class="mx-2 text-danger"> <span class="mx-2 text-danger">
<i class="bi bi-bug"></i> <i class="bi bi-bug"></i>
Report a bug: Report a bug:

View file

@ -440,6 +440,12 @@
Release notes Release notes
</a> </a>
</li> </li>
<li>
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
target="_blank" href="https://status.ietf.org">
System status
</a>
</li>
{% if flavor == 'top' %} {% if flavor == 'top' %}
<li><hr class="dropdown-divider"> <li><hr class="dropdown-divider">
</li> </li>