- search tsyle: doi url in green color

- datasets without a DOI ar getting the landingpage /dataset/{id}
This commit is contained in:
Arno Kaimbacher 2021-06-02 11:48:25 +02:00
parent 9138090e14
commit 1a387965c6
5 changed files with 39 additions and 5 deletions

View file

@ -34,7 +34,7 @@
<!-- <span>Author: {{ document.identifier.join(', ') }}</span> -->
<!-- <span v-for="(author,index) in document.author" :key="index">{{ author }}; </span> -->
<!-- <span>'https://doi.org/' + {{ document.identifier[0] }}</span> -->
<a target="_blank" v-bind:href="'https://doi.org/' + document.identifier[0]" class="ng-binding">
<a target="_blank" v-bind:href="'https://doi.org/' + document.identifier[0]">
{{ 'https://doi.org/' + document.identifier[0] }}
</a>
</p>