diff options
author | Mario <mario@mariovavti.com> | 2021-03-11 19:33:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-11 19:33:03 +0000 |
commit | 51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8 (patch) | |
tree | 586028992922d98b14739f3d6e670458c683f0c5 /view/tpl/xchan_vcard.tpl | |
parent | ce9b01ce842389ebafa19cbee0c947ed21868fee (diff) | |
download | volse-hubzilla-51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8.tar.gz volse-hubzilla-51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8.tar.bz2 volse-hubzilla-51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8.zip |
add interactive flag
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rw-r--r-- | view/tpl/xchan_vcard.tpl | 2 |
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> |