From: Stephen Finucane Date: Fri, 24 Jun 2016 16:28:16 +0000 (+0100) Subject: templates: Display '[owner]/[context]' for checks X-Git-Tag: v2.0.0-rc1~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c0bbe1bad6e64b7ec6973e27c6e29a8f43f0c28;p=thirdparty%2Fpatchwork.git templates: Display '[owner]/[context]' for checks This is useful for highlighting ownership of a check. Signed-off-by: Stephen Finucane Reviewed-by: Andy Doan --- 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 }}