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

Stephen Finucane stephen.finucane at intel.com
Sat Jun 25 02:28:16 AEST 2016


This is useful for highlighting ownership of a check.

Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
v3:
- Use correct field to reference Check author
---
 patchwork/templates/patchwork/submission.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html
index bda36f9..088cceb 100644
--- a/patchwork/templates/patchwork/submission.html
+++ b/patchwork/templates/patchwork/submission.html
@@ -171,7 +171,7 @@ function toggle_headers(link_id, headers_id)
 </tr>
 {% for check in submission.checks %}
 <tr>
-  <td>{{ check.context }}</td>
+  <td>{{ check.user }}/{{ check.context }}</td>
   <td>
     <span title="Updated {{ check.date|naturaltime }}"
         class="state {{ check.get_state_display }}">
-- 
1.7.4.1



More information about the Patchwork mailing list