- search tsyle: doi url in green color
- datasets without a DOI ar getting the landingpage /dataset/{id}
This commit is contained in:
parent
9138090e14
commit
1a387965c6
5 changed files with 39 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue