diff --git a/app/preprints/index/template.hbs b/app/preprints/index/template.hbs index 514fa792490..3787ad074cd 100644 --- a/app/preprints/index/template.hbs +++ b/app/preprints/index/template.hbs @@ -48,6 +48,30 @@ + {{else}} + {{#if (eq this.theme.id 'osf')}} +
+
{{t 'preprints.header.or'}}
+ + {{t 'preprints.header.submit_label' documentType=this.theme.provider.documentType.singular}} + +
+ + {{t 'preprints.header.example'}} + +
+
+ {{/if}} {{/if}} {{/branded-header.row}} diff --git a/lib/osf-components/addon/components/osf-navbar/preprint-links/template.hbs b/lib/osf-components/addon/components/osf-navbar/preprint-links/template.hbs index e15b2f853c8..df7b37ca73d 100644 --- a/lib/osf-components/addon/components/osf-navbar/preprint-links/template.hbs +++ b/lib/osf-components/addon/components/osf-navbar/preprint-links/template.hbs @@ -18,7 +18,7 @@ {{/if}} -{{#if this.theme.provider.allowSubmissions}} +{{#if (or (eq this.theme.id 'osf') this.theme.provider.allowSubmissions)}}