Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
1a989968
Commit
1a989968
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into table-structure-with-molstar
parents
ce39689a
2d56ade2
No related branches found
Branches containing commit
No related tags found
1 merge request
!134
Resolve "Table with all PDB files, to make them available to download"
Pipeline
#117935
failed with stages
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/LayoutWrapper.vue
+1
-1
1 addition, 1 deletion
components/LayoutWrapper.vue
components/content/ArticleDoi.vue
+1
-1
1 addition, 1 deletion
components/content/ArticleDoi.vue
with
2 additions
and
2 deletions
components/LayoutWrapper.vue
+
1
−
1
View file @
1a989968
...
@@ -45,7 +45,7 @@ function onScroll() {
...
@@ -45,7 +45,7 @@ function onScroll() {
<slot
v-if=
"navDrawer"
name=
"drawer"
:drawer=
"drawer"
>
<slot
v-if=
"navDrawer"
name=
"drawer"
:drawer=
"drawer"
>
<NavDrawer
:drawer=
"drawer"
/>
<NavDrawer
:drawer=
"drawer"
/>
</slot>
</slot>
<NavTableOfContent
:links=
"page.body.toc.links ?? []"
/>
<NavTableOfContent
v-if=
"toc"
:links=
"page.body.toc.links ?? []"
/>
<nav-back-to-top
/>
<nav-back-to-top
/>
</VApp>
</VApp>
</
template
>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
components/content/ArticleDoi.vue
+
1
−
1
View file @
1a989968
...
@@ -32,7 +32,7 @@ const articleAbstract = computed(() => {
...
@@ -32,7 +32,7 @@ const articleAbstract = computed(() => {
});
});
</
script
>
</
script
>
<
template
>
<
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">
class="px-1">
<template
v-if=
"!mobile"
#prepend
>
<template
v-if=
"!mobile"
#prepend
>
<v-icon
icon=
"md:star"
:color=
"props.isRelevant ? 'info' : 'transparent'"
></v-icon>
<v-icon
icon=
"md:star"
:color=
"props.isRelevant ? 'info' : 'transparent'"
></v-icon>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment