diff --git a/app/components/policy-card/index.gts b/app/components/policy-card/index.gts index 34591d953..475d46217 100644 --- a/app/components/policy-card/index.gts +++ b/app/components/policy-card/index.gts @@ -102,20 +102,20 @@ export default class PolicyCard extends Component { {{! template-lint-disable link-rel-noopener no-triple-curlies require-input-label }}
-

+

{{@policy.title}} -

+ {{#if this.policyIsJHU}} -
+

Expects deposit into an open access repository -

+ {{else}} -
+

Requires deposit into {{#each @policy.repositories as |repo index|}} {{if index ', '}}{{repo.name}} {{/each}} -

+ {{/if}}

{{{@policy.description}}} diff --git a/app/components/workflow-grants/index.gts b/app/components/workflow-grants/index.gts index 0e9c47ccf..3f329b610 100644 --- a/app/components/workflow-grants/index.gts +++ b/app/components/workflow-grants/index.gts @@ -217,9 +217,9 @@ export default class WorkflowGrants extends Component {

{{#if this._selectedGrants}} -
+

Grants added to submission -

+