mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
81901: Add in forgotten translate pipe
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<a class="nav-item nav-link"
|
<a class="nav-item nav-link"
|
||||||
[ngClass]="{ 'disabled': !hasLink }"
|
[ngClass]="{ 'disabled': !hasLink }"
|
||||||
[attr.aria-disabled]="!hasLink"
|
[attr.aria-disabled]="!hasLink"
|
||||||
[title]="item.text"
|
[title]="item.text | translate"
|
||||||
[routerLink]="getRouterLink()"
|
[routerLink]="getRouterLink()"
|
||||||
(click)="$event.stopPropagation()"
|
(click)="$event.stopPropagation()"
|
||||||
(keyup.space)="navigate($event)"
|
(keyup.space)="navigate($event)"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<a href="javascript:void(0);"
|
<a href="javascript:void(0);"
|
||||||
class="nav-item nav-link"
|
class="nav-item nav-link"
|
||||||
role="button"
|
role="button"
|
||||||
[title]="item.text"
|
[title]="item.text | translate"
|
||||||
(click)="activate($event)"
|
(click)="activate($event)"
|
||||||
(keyup.space)="activate($event)"
|
(keyup.space)="activate($event)"
|
||||||
(keyup.enter)="activate($event)"
|
(keyup.enter)="activate($event)"
|
||||||
|
Reference in New Issue
Block a user