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 a733f4fba1e3196d1419ebe0a6aada58b90d76c6
parent 7ddc4d3e97dcb452f7df98ce2d6f0f3a468d54eb
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 25 Mar 2018 12:34:30 +0200

Use a instead of button

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> - <button mat-button routerLink="'/paper/'{{item.uuid}}">OPEN</button> + <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>-->