commit 440d59d9b98eba311c669bfdbad0c1be6d3eb294
parent a733f4fba1e3196d1419ebe0a6aada58b90d76c6
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 25 Mar 2018 12:42:45 +0200
fix url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/papers-list/papers-list.component.html b/src/app/papers-list/papers-list.component.html
@@ -19,7 +19,7 @@
{{item.description}}
</mat-card-content>
<mat-card-actions>
- <a mat-button routerLink="'/paper/'{{item.uuid}}">OPEN</a>
+ <a mat-button routerLink="/paper/{{item.uuid}}">OPEN</a>
</mat-card-actions>
</mat-card>
<!--<app-card [title]="item.name" [link]="'/paper/'+item.uuid" [image]="item.paper_image" [text]="item.description"></app-card>-->