Skip to content

Commit

Permalink
feat: add links to system status (#7286)
Browse files Browse the repository at this point in the history
* feat: add links to system status

* fix: Update menu.html casing
  • Loading branch information
NGPixel committed Apr 23, 2024
1 parent 6b11291 commit bfa35fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ietf/templates/base.html
Expand Up @@ -140,6 +140,7 @@
{% endif %}
</span>
{% endif %}
<a class="mx-2" href="https://status.ietf.org" target="_blank">System Status</a>
<span class="mx-2 text-danger">
<i class="bi bi-bug"></i>
Report a bug:
Expand Down
6 changes: 6 additions & 0 deletions ietf/templates/base/menu.html
Expand Up @@ -440,6 +440,12 @@
Release notes
</a>
</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' %}
<li><hr class="dropdown-divider">
</li>
Expand Down

0 comments on commit bfa35fb

Please sign in to comment.