aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/contact_template.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-24 19:42:39 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-24 19:42:39 +0100
commitc618bfc607498998916f01fd9c6985c2ecd47356 (patch)
tree28f5feda66ce65a80743a138363dc19c999ba4b4 /view/tpl/contact_template.tpl
parentf6d024cb3f2663cd1d61e5fc18546adb93b9a7db (diff)
downloadvolse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.tar.gz
volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.tar.bz2
volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.zip
mark connections where we do not have post_comments permissions with an no entry sign.
Diffstat (limited to 'view/tpl/contact_template.tpl')
-rwxr-xr-xview/tpl/contact_template.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl
index 3d1bfa4a4..2a2f996f4 100755
--- a/view/tpl/contact_template.tpl
+++ b/view/tpl/contact_template.tpl
@@ -1,6 +1,9 @@
<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" >
<div class="contact-entry-photo-wrapper" >
<a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
+ {{if $contact.oneway}}
+ <i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i>
+ {{/if}}
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div>