Correcting tests. i18n strings and asset links.

This commit is contained in:
softsimon
2022-02-06 18:06:51 +04:00
parent ff4c097c48
commit 0863405671
8 changed files with 15 additions and 15 deletions

View File

@@ -274,5 +274,5 @@
<br />
{{ assetsMinimal[item.asset][0] }}
<br />
<a [routerLink]="['/asset/' | relativeUrl, item.asset]">{{ item.asset | shortenString : 13 }}</a>
<a [routerLink]="['/assets/asset/' | relativeUrl, item.asset]">{{ item.asset | shortenString : 13 }}</a>
</ng-template>