aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-10 21:21:18 -0800
committerfriendica <info@friendica.com>2015-02-10 21:21:18 -0800
commite8bdf2b8d741354fd479bd5fc31f704e2c6f6c88 (patch)
treecac7756131e8337a03f2f37612ae1fdddbb09654 /view
parent583af02f71f17039202a2e4009a3ab8586774663 (diff)
downloadvolse-hubzilla-e8bdf2b8d741354fd479bd5fc31f704e2c6f6c88.tar.gz
volse-hubzilla-e8bdf2b8d741354fd479bd5fc31f704e2c6f6c88.tar.bz2
volse-hubzilla-e8bdf2b8d741354fd479bd5fc31f704e2c6f6c88.zip
more permissions tweaking
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/conv_item.tpl2
-rwxr-xr-xview/tpl/conv_list.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index a902e5bda..92246741b 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -77,7 +77,7 @@
</button>
{{/if}}
- {{if $item.consensus}}
+ {{if $item.canvote}}
<button type="button" title="{{$item.conlabels.0}}" class="btn btn-default btn-sm" onclick="dolike({{$item.id}},'agree'); return false;">
<i class="icon-check" ></i>
</button>
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 88919d5a3..c7c29f728 100755
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -78,7 +78,7 @@
</button>
{{/if}}
- {{if $item.consensus}}
+ {{if $item.canvote}}
<button type="button" title="{{$item.conlabels.0}}" class="btn btn-default btn-sm" onclick="dolike({{$item.id}},'agree'); return false;">
<i class="icon-check" ></i>
</button>