Skip to content

Commit bfa35fb

Browse files
authored
feat: add links to system status (ietf-tools#7286)
* feat: add links to system status * fix: Update menu.html casing
1 parent 6b11291 commit bfa35fb

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

ietf/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
{% endif %}
141141
</span>
142142
{% endif %}
143+
<a class="mx-2" href="https://status.ietf.org" target="_blank">System Status</a>
143144
<span class="mx-2 text-danger">
144145
<i class="bi bi-bug"></i>
145146
Report a bug:

ietf/templates/base/menu.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,12 @@
440440
Release notes
441441
</a>
442442
</li>
443+
<li>
444+
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
445+
target="_blank" href="https://status.ietf.org">
446+
System status
447+
</a>
448+
</li>
443449
{% if flavor == 'top' %}
444450
<li><hr class="dropdown-divider">
445451
</li>

0 commit comments

Comments
 (0)