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
4
.env
4
.env
|
@ -1,4 +0,0 @@
|
|||
#NODE_ENV=production
|
||||
NODE_ENV=development
|
||||
|
||||
VUE_APP_PORTAL=//data.geologie.ac.at
|
|
@ -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…
Reference in New Issue
Block a user