diff options
author | RedMatrix <info@friendica.com> | 2014-11-19 09:15:24 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-11-19 09:15:24 +1100 |
commit | bfde28f28eae1f4b00aac03b2714254d14ab7464 (patch) | |
tree | 9e3fc659dda7a83640087b4ca5c216190c99f012 /view/tpl/direntry.tpl | |
parent | 39178806736de54cbb0fda20b6bb65779136b9a5 (diff) | |
download | volse-hubzilla-bfde28f28eae1f4b00aac03b2714254d14ab7464.tar.gz volse-hubzilla-bfde28f28eae1f4b00aac03b2714254d14ab7464.tar.bz2 volse-hubzilla-bfde28f28eae1f4b00aac03b2714254d14ab7464.zip |
Revert "Directory shows channel suggestions by default"
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index cdc6f1f97..2da920ab1 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -6,9 +6,6 @@ {{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> |