aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-10-14 13:42:01 +0200
committerAlex Legler <alex@a3li.li>2016-10-14 13:42:01 +0200
commitd0f5ca4efd187924f85b6042a3be02bd9b07e6cb (patch)
tree29bdc2be863e898d6f8e97ce1488c22d77a26509 /_includes/partials/mailinglist.html
parentImprove donation checking UX (diff)
downloadwww-d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.tar.gz
www-d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.tar.bz2
www-d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.zip
Remove GMANE, urlencode + for weird clients
Diffstat (limited to '_includes/partials/mailinglist.html')
-rw-r--r--_includes/partials/mailinglist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
index 98959f1..ac9fef0 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -15,7 +15,7 @@
{% if list.private != true %}
<div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org">
<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 }}+subscribe@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 }}%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="http://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
</div>
{% endif %}