|
99 | 99 | Submit an Internet-Draft |
100 | 100 | </a> |
101 | 101 | </li> |
| 102 | + {% if user and user.is_authenticated %} |
102 | 103 | <li> |
103 | 104 | <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
104 | | - href="{% url 'ietf.doc.views_search.ad_workload' %}"> |
105 | | - IESG dashboard |
| 105 | + href="{% url "ietf.community.views.view_list" user.username %}"> |
| 106 | + My tracked docs |
106 | 107 | </a> |
107 | 108 | </li> |
108 | | - {% if user and user.is_authenticated %} |
| 109 | + {% if user|has_role:"Area Director,Secretariat" %} |
| 110 | + {% if flavor == 'top' %}<li><hr class="dropdown-divider"></li>{% endif %} |
109 | 111 | <li> |
110 | 112 | <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
111 | | - href="{% url "ietf.community.views.view_list" user.username %}"> |
112 | | - My tracked docs |
| 113 | + href="{% url 'ietf.doc.views_status_change.rfc_status_changes' %}"> |
| 114 | + RFC status changes |
113 | 115 | </a> |
114 | 116 | </li> |
115 | | - {% if user|has_role:"Area Director,Secretariat" %} |
116 | | - {% if flavor == 'top' %}<li><hr class="dropdown-divider"></li>{% endif %} |
| 117 | + {% endif %} |
| 118 | + {% if flavor == 'top' %}<li><hr class="dropdown-divider"></li>{% endif %} |
| 119 | + <li class="dropend"> |
| 120 | + <a class="dropdown-item dropdown-toggle" href="#"> |
| 121 | + IESG |
| 122 | + </a> |
| 123 | + <ul class="dropdown-menu"> |
117 | 124 | <li> |
118 | 125 | <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
119 | | - href="{% url 'ietf.doc.views_status_change.rfc_status_changes' %}"> |
120 | | - RFC status changes |
| 126 | + href="{% url 'ietf.group.views.appeals' acronym='iesg' %}"> |
| 127 | + IESG appeals |
121 | 128 | </a> |
122 | 129 | </li> |
123 | | - {% endif %} |
124 | | - {% if flavor == 'top' %}<li><hr class="dropdown-divider"></li>{% endif %} |
125 | | - <li> |
126 | | - <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
127 | | - href="{% url 'ietf.doc.views_ballot.irsg_ballot_status' %}"> |
128 | | - IRSG ballot status |
129 | | - </a> |
| 130 | + <li> |
| 131 | + <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
| 132 | + href="{% url 'ietf.doc.views_search.ad_workload' %}"> |
| 133 | + IESG dashboard |
| 134 | + </a> |
| 135 | + </li> |
| 136 | + <li> |
| 137 | + <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
| 138 | + href="{% url 'ietf.group.views.statements' acronym='iesg' %}"> |
| 139 | + IESG statements |
| 140 | + </a> |
| 141 | + </li> |
| 142 | + </ul> |
130 | 143 | </li> |
| 144 | + <li><hr class="dropdown-divider"></li> |
| 145 | + <li> |
| 146 | + <a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}" |
| 147 | + href="{% url 'ietf.doc.views_ballot.irsg_ballot_status' %}"> |
| 148 | + IRSG ballot status |
| 149 | + </a> |
| 150 | + </li> |
131 | 151 | {% if user|has_role:"WG Chair,RG Chair" %} |
132 | 152 | {% if flavor == 'top' %}<li><hr class="dropdown-divider"></li>{% endif %} |
133 | 153 | <li {% if flavor == 'top' %}class="dropdown-header"{% else %}class="nav-item fw-bolder"{% endif %}>Manage</li> |
|
0 commit comments