socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 440d59d9b98eba311c669bfdbad0c1be6d3eb294
parent a733f4fba1e3196d1419ebe0a6aada58b90d76c6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 25 Mar 2018 12:42:45 +0200

fix url

Diffstat:
Msrc/app/papers-list/papers-list.component.html | 2+-
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>-->