Removed License notice on Dashboard and fixed public dataset link

This commit is contained in:
George Kalampokis 2020-03-13 18:35:51 +02:00
parent 9eac5d16c7
commit 1f6b98ad60
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@
<h4> DATASETS </h4>
<div class="info">
<p class="subtitle">{{ dashboardStatisticsData?.totalDataSetCount }} {{'HOME.DATASETS' | translate}}</p>
<a class="view-all" [routerLink]="['explore']">{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate }}</a>
<a class="view-all" [routerLink]="['/explore']">{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate }}</a>
</div>
</div>
<mat-divider class="col-12"></mat-divider>

View File

@ -4,9 +4,9 @@
<h4 class="card-title">
{{ 'RECENT-ACTIVITY.LAST-EDITED-DMP' | translate}}
</h4>
<p class="card-category">
<!-- <p class="card-category">
{{ 'RECENT-ACTIVITY.LICENSE' | translate}}
</p>
</p> -->
</div>
<a class="view-all" [class.clickable]="isAuthenticated()" [routerLink]="['/plans/']">
{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate}}</a>