forked from geolba/tethys.frontend
- git rm --cached .env
- only show dataset.identifier if defined in dataset-detail.component.vue
This commit is contained in:
parent
c47934732b
commit
110fbcac63
2 changed files with 3 additions and 5 deletions
|
@ -56,7 +56,9 @@
|
|||
<div class="column">
|
||||
<label class="label">
|
||||
{{ getCitation() }}
|
||||
<a class="link-label" v-bind:href="'https://doi.org/' + dataset.identifier.value">({{ "https://doi.org/" + dataset.identifier.value }})</a>
|
||||
<a v-if="dataset.identifier" class="link-label" v-bind:href="'https://doi.org/' + dataset.identifier.value"
|
||||
>({{ "https://doi.org/" + dataset.identifier.value }})</a
|
||||
>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue