From 6c0bbe1bad6e64b7ec6973e27c6e29a8f43f0c28 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 24 Jun 2016 17:28:16 +0100 Subject: [PATCH] templates: Display '[owner]/[context]' for checks This is useful for highlighting ownership of a check. Signed-off-by: Stephen Finucane Reviewed-by: Andy Doan --- patchwork/templates/patchwork/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html index bda36f9a..088cceb3 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -171,7 +171,7 @@ function toggle_headers(link_id, headers_id) {% for check in submission.checks %} - {{ check.context }} + {{ check.user }}/{{ check.context }} -- 2.47.3