aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-11 19:33:03 +0000
committerMario <mario@mariovavti.com>2021-03-11 19:33:03 +0000
commit51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8 (patch)
tree586028992922d98b14739f3d6e670458c683f0c5 /view
parentce9b01ce842389ebafa19cbee0c947ed21868fee (diff)
downloadvolse-hubzilla-51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8.tar.gz
volse-hubzilla-51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8.tar.bz2
volse-hubzilla-51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8.zip
add interactive flag
Diffstat (limited to 'view')
-rw-r--r--view/tpl/xchan_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index 447839167..fbfb7f0ca 100644
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -14,7 +14,7 @@
</div>
{{if $connect}}
<div class="row mt-2">
- <a href="follow?f=&url={{$follow}}" class="btn btn-success btn-sm" rel="nofollow">
+ <a href="follow?f=&url={{$follow}}&interactive=1" class="btn btn-success btn-sm" rel="nofollow">
<i class="fa fa-plus"></i> {{$connect}}
</a>
</div>