feat: add links to system status (#7286)
* feat: add links to system status * fix: Update menu.html casing
This commit is contained in:
parent
6b11291216
commit
bfa35fb6d8
|
@ -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:
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue