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 | |
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')
-rwxr-xr-x | view/tpl/direntry.tpl | 3 | ||||
-rwxr-xr-x | view/tpl/peoplefind.tpl | 1 |
2 files changed, 1 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> diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 16af5d8ed..2f23948c8 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -12,6 +12,7 @@ </form> <ul class="nav nav-pills nav-stacked"> {{if $similar}}<li><a href="match" >{{$similar}}</a></li>{{/if}} + {{if $loggedin}}<li><a href="suggest" >{{$suggest}}</a></li>{{/if}} <li><a href="randprof" >{{$random}}</a></li> {{if $loggedin}}{{if $inv}}<li><a href="invite" >{{$inv}}</a></li>{{/if}}{{/if}} </ul> |