Skip to content

Commit c4d69d0

Browse files
authored
feat: links to postorious (#9470)
* feat: links to postorious * fix: remove redundant divider * chore: better use of whitespace * chore: remove what the cat typed in * chore: more stray removal
1 parent 916f25c commit c4d69d0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

ietf/templates/base/menu_user.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,37 @@
115115
</a>
116116
</li>
117117
{% endif %}
118+
<li class="dropend">
119+
<a class="dropdown-item dropdown-toggle" href="#">
120+
List subscriptions
121+
</a>
122+
<ul class="dropdown-menu">
123+
<li>
124+
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
125+
href="https://mailman3.ietf.org/mailman3/lists/">
126+
IETF Lists
127+
</a>
128+
</li>
129+
<li>
130+
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
131+
href="https://mailman3.irtf.org/mailman3/lists/">
132+
IRTF Lists
133+
</a>
134+
</li>
135+
<li>
136+
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
137+
href="https://mailman3.iab.org/mailman3/lists/">
138+
IAB Lists
139+
</a>
140+
</li>
141+
<li>
142+
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
143+
href="https://mailman3.rfc-editor.org/mailman3/lists/">
144+
RFC-Editor Lists
145+
</a>
146+
</li>
147+
</ul>
148+
</li>
118149
{% if user|has_role:"Reviewer" %}
119150
<li>
120151
<a class="dropdown-item {% if flavor != 'top' %} text-wrap{% endif %}"

0 commit comments

Comments
 (0)