Add target=_blank to licenses in the sticker picker

Fixes #187
This commit is contained in:
Travis Ralston 2018-05-20 17:44:20 -06:00
parent d750530a2e
commit f468226148

View File

@ -16,8 +16,10 @@
<div class="sticker-pack" *ngFor="let pack of packs trackById">
<div class="header">
<span class="title">{{ pack.displayName }}</span>
<span class="license"><a [href]="pack.license.urlPath">{{ pack.license.name }}</a></span>
<span class="author" *ngIf="pack.author.type !== 'none'"><a [href]="pack.author.reference">{{ pack.author.name }}</a> |&nbsp;</span>
<span class="license"><a [href]="pack.license.urlPath" target="_blank">{{ pack.license.name }}</a></span>
<span class="author" *ngIf="pack.author.type !== 'none'">
<a [href]="pack.author.reference" target="_blank">{{ pack.author.name }}</a> |&nbsp;
</span>
</div>
<div class="stickers">