On 06/24/2016 11:28 AM, Stephen Finucane wrote:
This is useful for highlighting ownership of a check.
Signed-off-by: Stephen Finucane <[email protected]>
Reviewed-by: Andy Doan <[email protected]>
---
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 }}">
_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork