Skip to content

Commit 6d9514f

Browse files
committed
Added a 'Mailing list discussion' link to the 'Additional URLs' section of the status page for drafts with doc.group and doc.group.list_archive set.
- Legacy-Id: 15443
1 parent ab7b572 commit 6d9514f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ietf/templates/doc/document_draft.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,15 @@
251251
{% endif %}
252252
</td>
253253
<td>
254-
{% if urls %}
254+
{% if urls or doc.group and doc.group.list_archive %}
255255
<table class="col-md-12 col-sm-12 col-xs-12">
256256
<tbody>
257257
{% for url in urls|dictsort:"desc" %}
258258
<tr><td> - <a href="{{ url.url }}">{% firstof url.desc url.tag.name %}</a></td></tr>
259259
{% 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 %}
260263
</tbody>
261264
</table>
262265
{% endif %}

0 commit comments

Comments
 (0)