aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/partials')
-rw-r--r--_includes/partials/mailinglist.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
index 39a9af1..98959f1 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -12,10 +12,12 @@
{% endif %}
</td>
<td class="ml-actions hidden-xs">
+ {% 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="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 %}
</td>
-</tr> \ No newline at end of file
+</tr>