Commits
Art Lowel authored and GitHub committed 499bfe31544 Merge
1 + | <ng-template #descTemplate> |
2 + | <span class="text-muted"> |
3 + | <span class="item-list-project-title"> |
4 + | <span [innerHTML]="dsoNameService.getName(mdRepresentation)"></span> |
5 + | </span> |
6 + | </span> |
7 + | </ng-template> |
8 + | <ds-truncatable [id]="mdRepresentation.id"> |
9 + | <a [routerLink]="[itemPageRoute]" |
10 + | [innerHTML]="dsoNameService.getName(mdRepresentation)" |
11 + | [ngbTooltip]="dsoNameService.getName(mdRepresentation).length > 0 ? descTemplate : null"></a> |
12 + | </ds-truncatable> |