Skip to content

Commit 06eb5b6

Browse files
committed
Remove outdated elements
1 parent 43d0914 commit 06eb5b6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/themes/cgiar/app/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h4><b>WorldFish Headquarters (Malaysia)</b></h4>
5656
</p>
5757
<ul class="footer-info list-unstyled d-flex justify-content-center mb-0">
5858
<li>
59-
<button class="btn btn-link text-white" type="button" (click)="showCookieSettings()">
59+
<button class="btn btn-link text-white" type="button" (click)="openCookieSettings()">
6060
{{ 'footer.link.cookies' | translate }}
6161
</button>
6262
</li>

src/themes/cgiar/app/home-page/home-page.component.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<ds-themed-home-news></ds-themed-home-news>
22
<div class="container mt-5">
3-
<ng-container *ngIf="(site$ | async) as site">
4-
<ds-view-tracker [object]="site"></ds-view-tracker>
5-
</ng-container>
6-
73
<ds-cards *ngIf="topPageCardsSettings"
84
[cardsSettings]="topPageCardsSettings"
95
[cardHeader]="''"

src/themes/cgiar/app/item-page/full/full-item-page.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<div *ngIf="itemRD?.payload as item">
44
<ds-themed-item-alerts [item]="item"></ds-themed-item-alerts>
55
<!-- <ds-item-versions-notice [item]="item"></ds-item-versions-notice>-->
6-
<ds-view-tracker [object]="item"></ds-view-tracker>
76
<div *ngIf="!item.isWithdrawn || (isAdmin$|async)" class="full-item-info">
87
<div class="d-flex flex-row">
98
<ds-themed-item-page-title-field class="mr-auto" [item]="item"></ds-themed-item-page-title-field>

0 commit comments

Comments
 (0)