refactor: contributor info
1 unresolved thread
1 unresolved thread
In the modal that appears when the mouse is over a name of a contributor, do not display the ORCID number, only the icon, right after the name of the person (not on a new line).
Closes: AOU-1919
Merge request reports
Activity
Filter activity
assigned to @Alicia.DeDiosFuente
13 10 <div class="informations"> 14 <div class="fullname" 15 solidifyTooltipOnEllipsis 16 >{{firstName}} {{lastName}} 17 </div> 18 <div *ngIf="orcid | isNotNullNorUndefinedNorWhiteString" 19 class="orcid-wrapper" 20 (click)="orcidPresentational.navigateToOrcid()" 21 > 22 <solidify-button-orcid #orcidPresentational 23 [orcid]="data.orcid" 24 [isImageClickable]="false" 25 class="image-orcid" 26 ></solidify-button-orcid> 27 <a class="orcid">{{data.orcid}}</a> 11 <div class="fullname" solidifyTooltipOnEllipsis> added 3 commits
-
6b01f48e...24476702 - 2 commits from branch
master
- dede6bee - refactor: contributor info
-
6b01f48e...24476702 - 2 commits from branch
Please register or sign in to reply