From e9cc06dc1198c98b7634ad79f2436947d7f94477 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 24 Jun 2015 21:12:20 +0200 Subject: directory: only provide connect button if we are not already connected --- view/tpl/direntry.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 3450ad36d..98ec25e23 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -8,7 +8,9 @@ {{if $entry.ignlink}} {{$entry.ignore_label}} {{/if}} + {{if $entry.connect}} {{$entry.conn_label}} + {{/if}}

{{if $entry.public_forum}} {{/if}}{{$entry.name}}{{if $entry.online}} {{/if}}

-- cgit v1.2.3