Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
This commit is contained in:
commit
8c349cc817
|
@ -398,8 +398,7 @@
|
||||||
<!-- TODO: change colors/opacity and disabled attr for ORCID buttons -->
|
<!-- TODO: change colors/opacity and disabled attr for ORCID buttons -->
|
||||||
<span *ngIf="(properties.adminToolsPortalType == 'explore' || properties.adminToolsPortalType == 'community')
|
<span *ngIf="(properties.adminToolsPortalType == 'explore' || properties.adminToolsPortalType == 'community')
|
||||||
&& showOrcid && result.identifiers && result.identifiers.size > 0 && isResultType"
|
&& showOrcid && result.identifiers && result.identifiers.size > 0 && isResultType"
|
||||||
class="uk-width-1-1 uk-width-expand@s">
|
class="uk-margin-auto-left">
|
||||||
<!--class="uk-flex uk-flex-middle uk-flex-right uk-width-expand">-->
|
|
||||||
<orcid-work *ngIf="showOrcid && result.identifiers && result.identifiers.size > 0"
|
<orcid-work *ngIf="showOrcid && result.identifiers && result.identifiers.size > 0"
|
||||||
[resultId]="result.relcanId" [resultTitle]="result.title"
|
[resultId]="result.relcanId" [resultTitle]="result.title"
|
||||||
[type]="result.resultType" [pageType]="'search'"
|
[type]="result.resultType" [pageType]="'search'"
|
||||||
|
|
Loading…
Reference in New Issue