File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,18 @@ function getTagVersions(tag: string): VersionDisplay[] {
306306 :title =" $t('package.versions.title')"
307307 id =" versions"
308308 >
309+ <template #actions >
310+ <a
311+ :href =" `https://majors.nullvoxpopuli.com/q?packages=${pkg.name}`"
312+ target =" _blank"
313+ rel =" noopener noreferrer"
314+ class =" text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1"
315+ :title =" $t('package.stats.view_community_adoption_distribution')"
316+ >
317+ <span class =" i-carbon:load-balancer-network w-3.5 h-3.5" aria-hidden =" true" />
318+ <span class =" sr-only" >{{ $t('package.stats.view_community_adoption_distribution') }}</span >
319+ </a >
320+ </template >
309321 <div class =" space-y-0.5 min-w-0" >
310322 <!-- Dist-tag rows (limited to MAX_VISIBLE_TAGS) -->
311323 <div v-for =" row in visibleTagRows" :key =" row.id" >
You can’t perform that action at this time.
0 commit comments