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 9ba95e0ff77aa9feb90fbfd45bf2dbca7078a8cd
parent e01800a645314305b83c184a63f997265c36e6bd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 26 Mar 2018 21:38:40 +0200

Open Tweets inside a new tab

Diffstat:
Msrc/app/tweet-list/tweet-list.component.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html @@ -27,7 +27,7 @@ <i class="fa fa-heart">&nbsp;</i>{{item.favorites.toLocaleString()}}&nbsp;<i class="fa fa-retweet">&nbsp;</i>{{item.retweets.toLocaleString()}} </mat-card-content> <mat-card-actions> - <a mat-button href="{{item.tweet_link}}">OPEN ON TWITTER</a> + <a mat-button href="{{item.tweet_link}}" rel="noopener noreferrer" target="_blank">OPEN ON TWITTER</a> </mat-card-actions> </mat-card> <!--<ng-container *ngFor="let item of data">