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

Add subtitle

Diffstat:
Msrc/app/papers-list/papers-list.component.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/app/papers-list/papers-list.component.html b/src/app/papers-list/papers-list.component.html @@ -3,6 +3,7 @@ <mat-card *ngFor="let item of data"> <mat-card-header> <mat-card-title>{{item.name}}</mat-card-title> + <mat-card-subtitle>AUTHOR (Placeholder)</mat-card-subtitle> </mat-card-header> <a (click)="show(lightboxItem)" > <img mat-card-image *ngIf="item.paper_image" [src]="item.paper_image">