File tree Expand file tree Collapse file tree
object-list/search-result-list-element/item-search-result/item-types/item
truncatable/truncatable-part Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 [innerHTML] ="dsoTitle " role ="link " tabindex ="0 "> </ a >
2222 < span *ngIf ="linkType === linkTypes.None " class ="lead item-list-title dont-break-out "
2323 [innerHTML] ="dsoTitle "> </ span >
24+ <!-- DATASHARE - start -->
25+ < div class ="my-2 ">
2426 < span class ="text-muted ">
2527 < ds-truncatable-part [id] ="dso.id " [minLines] ="1 ">
2628 < ng-container *ngIf ="dso.firstMetadataValue('dc.publisher') || dso.firstMetadataValue('dc.date.issued') ">
3638 </ span >
3739 </ ds-truncatable-part >
3840 </ span >
41+ </ div >
42+ <!-- DATASHARE - end -->
3943 < div *ngIf ="dso.firstMetadataValue('dc.description.abstract') " class ="item-list-abstract ">
4044 < ds-truncatable-part [id] ="dso.id " [minLines] ="3 "> < span
4145 [innerHTML] ="firstMetadataValue('dc.description.abstract') "> </ span >
Original file line number Diff line number Diff line change 22 < div #content class ="content dont-break-out preserve-line-breaks ">
33 < ng-content > </ ng-content >
44 </ div >
5+ <!-- DATASHARE - start -->
56 < button
6- class ="btn btn-link p-0 {{isExpanded ? 'collapseButton' : 'expandButton'}} "
7+ class ="btn btn-link p-0 mt-2 {{isExpanded ? 'collapseButton' : 'expandButton'}} "
78 dsDragClick
89 (actualClick) ="toggle() "
910 (keyup.Enter) ="toggle() "
1516 < i class ="fas {{isExpanded ? 'fa-angle-up' : 'fa-angle-down'}} "> </ i >
1617 < span class ="ml-1 "> {{ 'item.truncatable-part.show-' + (isExpanded ? 'less' : 'more') | translate }}</ span >
1718 </ button >
19+ <!-- DATASHARE - end -->
1820</ div >
You can’t perform that action at this time.
0 commit comments