aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-11-19 09:16:58 +1100
committerRedMatrix <info@friendica.com>2014-11-19 09:16:58 +1100
commite07d83e4316f5d2e14c382e0ba6afb4c7236487c (patch)
tree9e3fc659dda7a83640087b4ca5c216190c99f012 /view/tpl
parent39178806736de54cbb0fda20b6bb65779136b9a5 (diff)
parentbfde28f28eae1f4b00aac03b2714254d14ab7464 (diff)
downloadvolse-hubzilla-e07d83e4316f5d2e14c382e0ba6afb4c7236487c.tar.gz
volse-hubzilla-e07d83e4316f5d2e14c382e0ba6afb4c7236487c.tar.bz2
volse-hubzilla-e07d83e4316f5d2e14c382e0ba6afb4c7236487c.zip
Merge pull request #703 from friendica/revert-702-master
Revert "Directory shows channel suggestions by default"
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/direntry.tpl3
-rwxr-xr-xview/tpl/peoplefind.tpl1
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>