Commits

Art Lowel authored and GitHub committed 499bfe31544 Merge
Merge pull request #2277 from paulo-graca/bugfix/addressing-#2276

new project metadata representation component
No tags
gidlmaster

src/app/entity-groups/research-entities/metadata-representations/project/project-item-metadata-list-element.component.html

Added
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>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut