We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7b572 commit 6d9514fCopy full SHA for 6d9514f
1 file changed
ietf/templates/doc/document_draft.html
@@ -251,12 +251,15 @@
251
{% endif %}
252
</td>
253
<td>
254
- {% if urls %}
+ {% if urls or doc.group and doc.group.list_archive %}
255
<table class="col-md-12 col-sm-12 col-xs-12">
256
<tbody>
257
{% for url in urls|dictsort:"desc" %}
258
<tr><td> - <a href="{{ url.url }}">{% firstof url.desc url.tag.name %}</a></td></tr>
259
{% endfor %}
260
+ {% if doc.group and doc.group.list_archive %}
261
+ <tr><td> - <a href="{{doc.group.list_archive}}?q={{doc.name}}">Mailing list discussion</a><td></tr>
262
+ {% endif %}
263
</tbody>
264
</table>
265
0 commit comments