Fixed "View All" button on the homepage's recent activity DMP

This commit is contained in:
George Kalampokis 2020-02-26 17:34:35 +02:00
parent 51ade4f618
commit 1254cabbf1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{{ 'RECENT-ACTIVITY.LICENSE' | translate}} {{ 'RECENT-ACTIVITY.LICENSE' | translate}}
</p> </p>
</div> </div>
<a class="view-all" [class.clickable]="isAuthenticated()" [routerLink]="['plans/']"> <a class="view-all" [class.clickable]="isAuthenticated()" [routerLink]="['/plans/']">
{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate}}</a> {{ 'GENERAL.ACTIONS.VIEW-ALL' | translate}}</a>
</div> </div>
<div class="card-body table-responsive"> <div class="card-body table-responsive">