aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-10-14 07:23:47 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2023-10-14 07:23:47 -0700
commit55d400686cb79d29c9646bc4ddc08e6adfa07ac3 (patch)
treeebaa47efaf31f8a0f83fc30d674c37e718f86acc /_includes
parentgentoo-logo: State license information more accurately (diff)
downloadwww-55d400686cb79d29c9646bc4ddc08e6adfa07ac3.tar.gz
www-55d400686cb79d29c9646bc4ddc08e6adfa07ac3.tar.bz2
www-55d400686cb79d29c9646bc4ddc08e6adfa07ac3.zip
Add id tags for linking mailing list entries.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/partials/mailinglist.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
index b074690..3f2e9fa 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -1,8 +1,8 @@
<tr>
- <th>
+ <th id="{{ list.name }}">
{{ list.name }}
{% if list.moderated %}
- <span class="label label-warning pull-right" title="This list is moderated"><span class="fa fa-fw fa-lock"></span></span>
+ <span class="label label-warning pull-right" title="This list is moderated."><span class="fa fa-fw fa-lock"></span></span>
{% endif %}
</th>
<td>
@@ -15,10 +15,10 @@
{% if list.private != true %}
<div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org">
{% if include.archived != true %}
- <a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post to this list" class="btn btn-default"><span class="fa fa-fw fa-send"></span></a>
- <a href="mailto:{{ list.name }}%2Bsubscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
+ <a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post messages to this list." class="btn btn-default"><span class="fa fa-fw fa-send"></span></a>
+ <a href="mailto:{{ list.name }}%2Bsubscribe@lists.gentoo.org" title="Subscribe to this list." class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
{% endif %}
- <a href="https://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
+ <a href="https://archives.gentoo.org/{{ list.name }}/" title="View archives of this list." class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
</div>
{% endif %}
</td>