]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Display '[owner]/[context]' for checks
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 24 Jun 2016 16:28:16 +0000 (17:28 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Tue, 28 Jun 2016 09:16:11 +0000 (10:16 +0100)
This is useful for highlighting ownership of a check.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
patchwork/templates/patchwork/submission.html

index bda36f9a2ea86243fc59bcd8810bf9b07b2631c7..088cceb32e586060298ebf4e165302d1a7624fa9 100644 (file)
@@ -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 }}">