diff options
author | Alex Legler <alex@a3li.li> | 2016-10-14 13:42:01 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-10-14 13:42:01 +0200 |
commit | d0f5ca4efd187924f85b6042a3be02bd9b07e6cb (patch) | |
tree | 29bdc2be863e898d6f8e97ce1488c22d77a26509 /_includes/partials | |
parent | Improve donation checking UX (diff) | |
download | www-d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.tar.gz www-d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.tar.bz2 www-d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.zip |
Remove GMANE, urlencode + for weird clients
Diffstat (limited to '_includes/partials')
-rw-r--r-- | _includes/partials/mailinglist.html | 2 |
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 %} |