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

Andy Doan andy.doan at linaro.org
Tue Jun 28 05:01:51 AEST 2016


On 06/24/2016 11:28 AM, Stephen Finucane wrote:
> This is useful for highlighting ownership of a check.
>
> Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>

Reviewed-by: Andy Doan <andy.doan at linaro.org>

> ---
> 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 }}">
>



More information about the Patchwork mailing list