Commits

Giuseppe Digilio authored 09be33582b1
[CST-5668] Remove outer box
No tags

src/app/item-page/orcid-page/orcid-auth/orcid-auth.component.html

Modified
1 -<div class="container custom-accordion mb-4">
2 - <ngb-accordion activeIds="auth">
3 - <ngb-panel title="{{'person.orcid.registry.auth' | translate}}" id="auth">
4 - <ng-template ngbPanelContent>
5 - <div class="container">
6 - <ng-container *ngIf="(isLinkedToOrcid() | async); then orcidLinked; else orcidNotLinked"></ng-container>
7 - </div>
8 - </ng-template>
9 - </ngb-panel>
10 - </ngb-accordion>
1 +<div class="container">
2 + <h2>{{'person.orcid.registry.auth' | translate}}</h2>
3 + <ng-container *ngIf="(isLinkedToOrcid() | async); then orcidLinked; else orcidNotLinked"></ng-container>
11 4 </div>
12 5
13 6 <ng-template #orcidLinked>
14 7 <div data-test="orcidLinked">
15 8 <div class="row mb-3">
16 9 <div *ngIf="(hasOrcidAuthorizations() | async)" class="col-sm-6" data-test="hasOrcidAuthorizations">
17 10 <div class="card h-100">
18 11 <div class="card-header">{{ 'person.page.orcid.granted-authorizations'| translate }}</div>
19 12 <div class="card-body">
20 13 <div class="container p-0">

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut