From ab1cebf990b4e30d085f6e27a2086a9ac7f1411e Mon Sep 17 00:00:00 2001 From: octavioamu Date: Tue, 5 May 2020 16:45:09 -0300 Subject: [PATCH] enable tribes bounties popovers --- app/dashboard/templates/profiles/tribes-vue.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/dashboard/templates/profiles/tribes-vue.html b/app/dashboard/templates/profiles/tribes-vue.html index a0ebbfe9a17..9bd38d00708 100644 --- a/app/dashboard/templates/profiles/tribes-vue.html +++ b/app/dashboard/templates/profiles/tribes-vue.html @@ -1569,6 +1569,17 @@

{% trans "Top ideas" %}

$('body').bootstrapTooltip({ selector: '[data-toggle="tooltip"]' }); + $('body').popover({ + selector: '.bounty_row', + html: true, + trigger: 'hover', + placement: 'auto', + template: `` + }); const csrftoken = jQuery("[name=csrfmiddlewaretoken]").val(); document.tokens = tokens(document.web3network); document.currentProfile = JSON.parse(document.getElementById('current-profile').textContent);