aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-12-04 10:21:03 +0100
committerMax Kostikov <max@kostikov.co>2019-12-04 10:21:03 +0100
commit75b9c7d6b8c8d9c9ad2faf837a0ced975c536488 (patch)
tree06db0aef0da0af5fd02d6396cc282895d607b18c /view
parentd1648fb2588593ce826e42c91a2d1df5f9a52109 (diff)
downloadvolse-hubzilla-75b9c7d6b8c8d9c9ad2faf837a0ced975c536488.tar.gz
volse-hubzilla-75b9c7d6b8c8d9c9ad2faf837a0ced975c536488.tar.bz2
volse-hubzilla-75b9c7d6b8c8d9c9ad2faf837a0ced975c536488.zip
Fix variables for unpin button
Diffstat (limited to 'view')
-rw-r--r--view/tpl/pinned_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/pinned_item.tpl b/view/tpl/pinned_item.tpl
index bfbdc87ff..0c65c8b19 100644
--- a/view/tpl/pinned_item.tpl
+++ b/view/tpl/pinned_item.tpl
@@ -137,7 +137,7 @@
{{if $plink}}
<a class="dropdown-item" href="{{$plink.href}}" title="{{$plink.title}}" class="u-url"><i class="generic-icons-nav fa fa-fw fa-external-link"></i>{{$plink.title}}</a>
{{/if}}
- <a class="dropdown-item dropdown-item-pinnable" href="#" onclick="dopin({{$item.id}}); return false;"><i class="generic-icons-nav fa fa-fw fa-thumb-tack"></i>{{$item.pinme}}</a>
+ <a class="dropdown-item dropdown-item-pinnable" href="#" onclick="dopin({{$id}}); return false;"><i class="generic-icons-nav fa fa-fw fa-thumb-tack"></i>{{$pinme}}</a>
{{if $hide}}
<a class="dropdown-item" href="#" onclick="dopinhide({{$id}}); return false;" class="u-url"><i class="generic-icons-nav fa fa-fw fa-remove"></i>{{$hide}}</a>
{{/if}}