[PATCH 3/6] templates: Add mailing list archive link to patch detail page

Daniel Axtens dja at axtens.net
Wed Aug 21 20:24:18 AEST 2019


Hi Andrew,

> Add a link to the mailing list archive link to the patch detail page.
>

I don't know if the patchwork archive is on such an archive service,,
but if so please could you add it to the fixture?

Regards,
Daniel
> Suggested-by: Takashi Iwai <tiwai at suse.de>
> Signed-off-by: Andrew Donnellan <ajd at linux.ibm.com>
> ---
>  patchwork/templates/patchwork/submission.html | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html
> index b1ae5429191d..9cebbbeb89aa 100644
> --- a/patchwork/templates/patchwork/submission.html
> +++ b/patchwork/templates/patchwork/submission.html
> @@ -34,7 +34,11 @@ function toggle_div(link_id, headers_id)
>  <table class="patchmeta">
>   <tr>
>    <th>Message ID</th>
> +  {% if submission.list_archive_url %}
> +  <td>{{ submission.msgid|msgid }} (<a href="{{ submission.list_archive_url }}">mailing list archive</a>)</td>
> +  {% else %}
>    <td>{{ submission.msgid|msgid }}</td>
> +  {% endif %}
>   </tr>
>  {% if submission.state %}
>   <tr>
> -- 
> 2.20.1
>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork


More information about the Patchwork mailing list