Skip to content

Commit 565707f

Browse files
authored
feat: Add "IESG dashboard" to menu (ietf-tools#4624)
Fixes ietf-tools#4570
1 parent 3c19190 commit 565707f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/base/menu.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
Draft submission
100100
</a>
101101
</li>
102+
<li>
103+
<a class="dropdown-item {% if flavor != 'top' %}text-wrap link-primary{% endif %}"
104+
href="{% url 'ietf.doc.views_search.ad_workload' %}">
105+
IESG dashboard
106+
</a>
107+
</li>
102108
{% if user and user.is_authenticated %}
103109
<li>
104110
<a class="dropdown-item {% if flavor != 'top' %}text-wrap link-primary{% endif %}"

0 commit comments

Comments
 (0)