plugins-functionality #43
|
@ -168,7 +168,7 @@
|
|||
<span class="uk-text-xsmall">
|
||||
{{openaireEntities.PUBLICATIONS}}
|
||||
</span>
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove"
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove uk-button-link"
|
||||
[innerHTML]="resultCounts.publications | numberRound: 1:1">
|
||||
</span>
|
||||
</a>
|
||||
|
@ -183,7 +183,7 @@
|
|||
<span class="uk-text-xsmall">
|
||||
{{openaireEntities.DATASETS}}
|
||||
</span>
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove"
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove uk-button-link"
|
||||
[innerHTML]="resultCounts.datasets | numberRound: 1:1">
|
||||
</span>
|
||||
</a>
|
||||
|
@ -196,7 +196,7 @@
|
|||
<span class="uk-text-xsmall">
|
||||
{{openaireEntities.DATASETS}}
|
||||
</span>
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove" [innerHTML]="resultCounts.datasets | numberRound: 1:1">
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove uk-button-link" [innerHTML]="resultCounts.datasets | numberRound: 1:1">
|
||||
</span>
|
||||
</a>
|
||||
</div>-->
|
||||
|
@ -210,7 +210,7 @@
|
|||
<span class="uk-text-xsmall">
|
||||
{{openaireEntities.SOFTWARE}}
|
||||
</span>
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove"
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove uk-button-link"
|
||||
[innerHTML]="resultCounts.software | numberRound: 1:1">
|
||||
</span>
|
||||
</a>
|
||||
|
@ -225,7 +225,7 @@
|
|||
<span class="uk-text-xsmall">
|
||||
{{openaireEntities.OTHER}}
|
||||
</span>
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove"
|
||||
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove uk-button-link"
|
||||
[innerHTML]="resultCounts.other | numberRound: 1:1">
|
||||
</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue