Skip to content

Commit

Permalink
Fix #343, better rendering badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Sep 24, 2021
1 parent 43db580 commit aab52c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sbml4humans/src/components/sbmlmisc/CVTermBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
addInfo.term
}}</a>
</Tag>
<Tag v-if="addInfo.resource" severity="warning" class="resource">
<a :href="addInfo.resource" target="_blank" class="resource">{{
resource
}}</a>
</Tag>
<!-- <Tag v-if="addInfo.resource" severity="warning" class="resource">-->
<!-- <a :href="addInfo.resource" target="_blank" class="resource">{{-->
<!-- resource-->
<!-- }}</a>-->
<!-- </Tag>-->
</div>
<div v-if="addInfo.errors && addInfo.errors.length">
<code v-for="error in addInfo.errors" :key="error" class="text-error"
Expand Down

0 comments on commit aab52c7

Please sign in to comment.