From 0f6a2ba5494de1d53ba47c7ce0b5bc2e8cd6409c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 17 Oct 2023 12:41:24 +0100 Subject: [PATCH] templates/submission: add button to copy the message ID to clipboard Add an icon alongside the message ID to copy the message ID to the clipboard, to ease integration with eg b4. Signed-off-by: Ross Burton --- patchwork/templates/patchwork/submission.html | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html index a8c0c120..85e7be4b 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -28,6 +28,7 @@ {% if submission.list_archive_url %} (mailing list archive) {% endif %} + {% if submission.state %} -- 2.47.3