Skip to content

Commit

Permalink
Show concordance URL in ConcordanceDetail (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Nov 27, 2023
1 parent d3db985 commit eb7a8a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ConcordanceDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
</b-col>
<b-col><date-string :date="concordance.modified" /></b-col>
</b-row>
<!-- URL -->
<b-row v-if="concordance.url">
<b-col cols="3">
{{ $t("dataModal.apiUrl") }}:
</b-col>
<b-col><auto-link :link="concordance.url" /></b-col>
</b-row>
<!-- Distributions -->
<b-row v-if="concordance.distributions && concordance.distributions.length">
<b-col cols="3">
Expand Down

0 comments on commit eb7a8a6

Please sign in to comment.