Skip to content
Snippets Groups Projects
Commit 1a989968 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Merge branch 'dev' into table-structure-with-molstar

parents ce39689a 2d56ade2
No related branches found
No related tags found
1 merge request!134Resolve "Table with all PDB files, to make them available to download"
Pipeline #117935 failed with stages
in 1 minute and 37 seconds
This commit is part of merge request !134. Comments created here will be created in the context of that merge request.
......@@ -45,7 +45,7 @@ function onScroll() {
<slot v-if="navDrawer" name="drawer" :drawer="drawer">
<NavDrawer :drawer="drawer" />
</slot>
<NavTableOfContent :links="page.body.toc.links ?? []" />
<NavTableOfContent v-if="toc" :links="page.body.toc.links ?? []" />
<nav-back-to-top />
</VApp>
</template>
......
......@@ -32,7 +32,7 @@ const articleAbstract = computed(() => {
});
</script>
<template>
<v-list-item :href="article?.href" :id="props.doi" :target="article?.target" density="compact" color="transparent"
<v-list-item :href="article?.href" :id="`ref-${props.doi}`" :target="article?.target" density="compact" color="transparent"
class="px-1">
<template v-if="!mobile" #prepend>
<v-icon icon="md:star" :color="props.isRelevant ? 'info' : 'transparent'"></v-icon>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment