aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-11-19 09:06:36 +1100
committerRedMatrix <info@friendica.com>2014-11-19 09:06:36 +1100
commit39178806736de54cbb0fda20b6bb65779136b9a5 (patch)
treeaba27c55669755957010d69510cc14ed995dc6bc /view/tpl/direntry.tpl
parentf137f50e3b8a17f33b978bd13b72e64af249bab3 (diff)
parente0ab1e24e43e60cec955f82b1d4618050efebeac (diff)
downloadvolse-hubzilla-39178806736de54cbb0fda20b6bb65779136b9a5.tar.gz
volse-hubzilla-39178806736de54cbb0fda20b6bb65779136b9a5.tar.bz2
volse-hubzilla-39178806736de54cbb0fda20b6bb65779136b9a5.zip
Merge pull request #702 from pafcu/master
Directory shows channel suggestions by default
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-xview/tpl/direntry.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 2da920ab1..cdc6f1f97 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -6,6 +6,9 @@
{{if $entry.connect}}
<div class="directory-connect btn btn-default"><a href="{{$entry.connect}}"><i class="icon-plus connect-icon"></i> {{$entry.conn_label}}</a></div>
{{/if}}
+{{if $entry.ignlink}}
+<div class="directory-ignore btn btn-default"><a href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a></div>
+{{/if}}
</div>
</div>