File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 < planet-loading-spinner text ="Loading description... " i18n-text > </ planet-loading-spinner >
8080 }
8181 @if (!teamLoading) {
82- < p > @if (team.description) {
82+ @if (team.description) {
8383 < planet-markdown [content] ="team.description || '' "> </ planet-markdown >
8484 } @else {
8585 < p i18n > No description available.</ p >
86- }</ p >
86+ }
8787 }
8888 < ng-container *planetAuthorizedRoles ="'' ">
8989 @if (!planetCode) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { MatIcon } from '@angular/material/icon';
77 'template' : `
88@switch (status) {
99 @case ('match') {
10- <mat-icon i18n-title title="Upto date">done_all</mat-icon>
10+ <mat-icon i18n-title title="Up to date">done_all</mat-icon>
1111 }
1212 @case ('newerAvailable') {
1313 <mat-icon i18n-title title="Newer">fiber_new</mat-icon>
You can’t perform that action at this time.
0 commit comments