diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-29 12:09:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-29 12:09:47 +0100 |
commit | e9b5e5b92189a1684a1e9d48c79d604d85c61c75 (patch) | |
tree | f5d1e56d8496f29afe31ac1f004f7f5530ad6434 /get-involved | |
parent | glep: Link GLEP source to gitweb (diff) | |
download | www-e9b5e5b92189a1684a1e9d48c79d604d85c61c75.tar.gz www-e9b5e5b92189a1684a1e9d48c79d604d85c61c75.tar.bz2 www-e9b5e5b92189a1684a1e9d48c79d604d85c61c75.zip |
get-involved/mailing-lists: Support listing archived lists
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'get-involved')
-rw-r--r-- | get-involved/mailing-lists/all-lists.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/get-involved/mailing-lists/all-lists.html b/get-involved/mailing-lists/all-lists.html index e0e949d..0ac55f4 100644 --- a/get-involved/mailing-lists/all-lists.html +++ b/get-involved/mailing-lists/all-lists.html @@ -73,4 +73,19 @@ title: 'All mailing lists' {% endfor %} </table> </div> + +<h2>Archived mailing lists</h2> + +<div class="table-responsive"> + <table class="table table-striped"> + <tr> + <th>List name</th> + <th>Description</th> + <th class="ml-actions hidden-xs">Actions</th> + </tr> + {% for list in site.data.mailinglists.archived %} + {% include partials/mailinglist.html archived=true %} + {% endfor %} + </table> +</div> {% include container/end %} |