From 4cc98701218c7a168ba207ad833ee8374b297d4f Mon Sep 17 00:00:00 2001 From: Yuhuai Liu Date: Wed, 6 Dec 2023 23:59:23 -0500 Subject: [PATCH] not show the links if supplemental node is private (#2078) --- app/preprints/detail/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/preprints/detail/template.hbs b/app/preprints/detail/template.hbs index 6e72e26ceaa..9bcaf145737 100644 --- a/app/preprints/detail/template.hbs +++ b/app/preprints/detail/template.hbs @@ -153,7 +153,7 @@ - {{#if this.model.preprint.node}} + {{#if this.model.preprint.node.links}}

{{t 'preprints.detail.supplemental_materials'}}