Skip to content

Commit

Permalink
Merge pull request #2370 from ORCID/sidebar-source-changes
Browse files Browse the repository at this point in the history
sidebar source changes
  • Loading branch information
leomendoza123 authored Oct 15, 2024
2 parents dadcdc8 + 48d9fd9 commit dd321e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<strong i18n="@@shared.sourceColon">Source: </strong>
<p class="overflow-wrap">
<p class="overflow-wrap orc-font-small-print">
<span i18n="@@shared.sourceColon">Source: </span>
<ng-container *ngIf="assertion">
{{ assertion }}
<i i18n="@@shared.onBehalfOf">via</i>
</ng-container>
{{ name }} {{ date }}
{{ name
}}<ng-container *ngIf="date"
>,
<ng-container *ngIf="isEmailOrDomain" i18n="@@shared.verified"
>Verified:</ng-container
>
<ng-container *ngIf="!isEmailOrDomain" i18n="@@shared.created"
>Created:</ng-container
>
{{ date }}</ng-container
>
</p>
<mat-divider *ngIf="!isLastItem"></mat-divider>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ p {
}

mat-divider {
margin-top: 8px;
margin-bottom: 8px;
margin-top: 16px;
margin-bottom: 16px;
}

.overflow-wrap {
Expand Down

0 comments on commit dd321e6

Please sign in to comment.