Add a link to the mailing list archive link to the patch detail page.
Suggested-by: Takashi Iwai <[email protected]>
Signed-off-by: Andrew Donnellan <[email protected]>
---
patchwork/templates/patchwork/submission.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/patchwork/templates/patchwork/submission.html
b/patchwork/templates/patchwork/submission.html
index b1ae5429191d..9cebbbeb89aa 100644
--- a/patchwork/templates/patchwork/submission.html
+++ b/patchwork/templates/patchwork/submission.html
@@ -34,7 +34,11 @@ function toggle_div(link_id, headers_id)
<table class="patchmeta">
<tr>
<th>Message ID</th>
+ {% if submission.list_archive_url %}
+ <td>{{ submission.msgid|msgid }} (<a href="{{ submission.list_archive_url
}}">mailing list archive</a>)</td>
+ {% else %}
<td>{{ submission.msgid|msgid }}</td>
+ {% endif %}
</tr>
{% if submission.state %}
<tr>
--
2.20.1
_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork