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

Andrew Donnellan ajd at linux.ibm.com
Thu Aug 22 13:55:13 AEST 2019


On 21/8/19 8:24 pm, Daniel Axtens wrote:
> 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?

We don't have a message-id redirector on lists.ozlabs.org, but I can use 
the mail-archive.com service which does index the patchwork list.


Andrew


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

-- 
Andrew Donnellan              OzLabs, ADL Canberra
ajd at linux.ibm.com             IBM Australia Limited



More information about the Patchwork mailing list