From f856a2daa814baef25185c5db5f65ff4f96a72aa Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Thu, 22 Aug 2019 17:12:59 +1000 Subject: [PATCH] templates: Add mailing list archive link to patch detail page Add a link to the mailing list archive link to the patch detail page. Suggested-by: Takashi Iwai Signed-off-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- 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 b1ae5429..9cebbbeb 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -34,7 +34,11 @@ function toggle_div(link_id, headers_id) + {% if submission.list_archive_url %} + + {% else %} + {% endif %} {% if submission.state %} -- 2.47.3
Message ID{{ submission.msgid|msgid }} (mailing list archive){{ submission.msgid|msgid }}