Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed May 30, 2023
1 parent a51dfb7 commit d69e5e7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/app/cdk/panel/panels/panels.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ <h3 class="activity-header orc-font-body-large">
<ng-container *ngIf="type === 'peer-review' && currentAmount !== 0">
<span>
({{ reviewsNumber }}
<ng-container *ngIf="reviewsNumber > 1" i18n="@@peerReview.reviews">
<ng-container
*ngIf="reviewsNumber > 1"
i18n="@@peerReview.reviews"
>
reviews
</ng-container>
<ng-container
Expand All @@ -64,12 +67,12 @@ <h3 class="activity-header orc-font-body-large">
<ng-container
*ngIf="currentAmount > 1"
i18n="@@peerReview.publicationsGrants"
>publications/grants</ng-container
>publications/grants</ng-container
>
<ng-container
*ngIf="currentAmount === 1"
i18n="@@peerReview.publicationGrant"
>publication/grant</ng-container
>publication/grant</ng-container
>)
</span>
</ng-container>
Expand Down Expand Up @@ -185,7 +188,9 @@ <h3 class="activity-header orc-font-body-large">
[disabled]="!currentAmount && !total"
>
<mat-icon class="large-material-icon"> sort </mat-icon>
<ng-container *ngIf="!isMobile" i18n="@@shared.sort"> Sort </ng-container>
<ng-container *ngIf="!isMobile" i18n="@@shared.sort">
Sort
</ng-container>
</button>
<mat-menu #menu="matMenu">
<button
Expand Down

0 comments on commit d69e5e7

Please sign in to comment.