We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0a7ec commit 3435d7dCopy full SHA for 3435d7d
ui/src/project.vue
@@ -56,6 +56,16 @@
56
<span v-if="tabinfo.id == 'pub' && project.stats && project.stats.publications > 0" style="opacity: 0.6; font-size: 80%;">
57
{{project.stats.publications}}
58
</span>
59
+
60
+ <span v-if="tabinfo.id=='pub'">
61
+ <icon name="info-circle" id="info-publications"></icon>
62
+ <b-tooltip target="info-publications" triggers="hover">
63
+ Brainlife's publications provide datasets and analyses openly, allowing anyone on the internet to explore and download these resources directly.
64
+ </b-tooltip>
65
+ </span>
66
67
68
69
</template>
70
</b-tab>
71
</b-tabs>
0 commit comments