aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-11-18 19:42:13 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-11-18 19:42:13 +0100
commite0ab1e24e43e60cec955f82b1d4618050efebeac (patch)
tree26724ac985fb709b0863d8c8ef804fe103b42c4d /view/tpl
parentc8c061d0cfdd1191b7a6d1acd7eeeaf484f75128 (diff)
downloadvolse-hubzilla-e0ab1e24e43e60cec955f82b1d4618050efebeac.tar.gz
volse-hubzilla-e0ab1e24e43e60cec955f82b1d4618050efebeac.tar.bz2
volse-hubzilla-e0ab1e24e43e60cec955f82b1d4618050efebeac.zip
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, 3 insertions, 1 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>
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl
index 2f23948c8..16af5d8ed 100755
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -12,7 +12,6 @@
</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>