Skip to content

Commit

Permalink
adding new access-status-list-element-badge css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-graca authored Oct 26, 2023
1 parent 81e3b36 commit e847e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container *ngIf="showAccessStatus">
<span *ngIf="accessStatus$ | async as accessStatus">
<span class="badge badge-secondary">{{ accessStatus | translate }}</span>
<span [class]="'badge badge-secondary access-status-list-element-badge ' + accessStatus.replaceAll('.','-')">{{ accessStatus | translate }}</span>
</span>
</ng-container>

0 comments on commit e847e4e

Please sign in to comment.