diff options
author | Mario <mario@mariovavti.com> | 2019-12-09 10:44:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-12-09 10:44:44 +0000 |
commit | c4f4edd743b79ec3f3bebecf786cbb6da8921ce9 (patch) | |
tree | deb91b84cff545a6af46cf9dc44f18273e23ae04 /view/tpl | |
parent | 258a4e5627caf8fd1b3d89596fada2bea1490c7a (diff) | |
download | volse-hubzilla-c4f4edd743b79ec3f3bebecf786cbb6da8921ce9.tar.gz volse-hubzilla-c4f4edd743b79ec3f3bebecf786cbb6da8921ce9.tar.bz2 volse-hubzilla-c4f4edd743b79ec3f3bebecf786cbb6da8921ce9.zip |
directory: port censoring from zap and disable oembed in profile about
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index f7ec7db23..175d813c5 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -7,6 +7,9 @@ {{if $entry.ignlink}} <a class="directory-ignore btn btn-warning btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a> {{/if}} + {{if $entry.censor}} + <a class="directory-censor btn btn-danger btn-sm" href="{{$entry.censor}}"> {{$entry.censor_label}}</a> + {{/if}} {{if $entry.connect}} <a class="btn btn-success btn-sm" href="{{$entry.connect}}"><i class="fa fa-plus connect-icon"></i> {{$entry.conn_label}}</a> {{/if}} |