[PATCH v2 6/6] templates: Display '[owner]/[context]' for checks

Stephen Finucane stephen.finucane at intel.com
Sat Mar 26 04:27:23 AEDT 2016


This is useful for highlighting ownership of a check.

Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 patchwork/templates/patchwork/patch.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patchwork/templates/patchwork/patch.html b/patchwork/templates/patchwork/patch.html
index a05f00d..6d221d1 100644
--- a/patchwork/templates/patchwork/patch.html
+++ b/patchwork/templates/patchwork/patch.html
@@ -170,7 +170,7 @@ function toggle_headers(link_id, headers_id)
 </tr>
 {% for check in patch.checks %}
 <tr>
-  <td>{{ check.context }}</td>
+  <td>{{check.owner}}/{{ check.context }}</td>
   <td>
     <span title="Updated {{ check.date|naturaltime }}"
         class="state {{ check.get_state_display }}">
-- 
2.0.0



More information about the Patchwork mailing list