|
@ -52,6 +52,7 @@ |
|
|
|
|
|
|
|
|
<div *ngIf="hasPermissionForStatistics" class="row mb-5"> |
|
|
<div *ngIf="hasPermissionForStatistics" class="row mb-5"> |
|
|
<div |
|
|
<div |
|
|
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
class="col-md-4 d-flex my-1" |
|
|
class="col-md-4 d-flex my-1" |
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" |
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" |
|
|
> |
|
|
> |
|
@ -68,6 +69,24 @@ |
|
|
> |
|
|
> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div |
|
|
|
|
|
*ngIf="!hasPermissionForSubscription" |
|
|
|
|
|
class="col-md-4 d-flex my-1" |
|
|
|
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" |
|
|
|
|
|
> |
|
|
|
|
|
<a |
|
|
|
|
|
class="d-block" |
|
|
|
|
|
title="Ghostfolio in Numbers: Contributors on GitHub" |
|
|
|
|
|
[routerLink]="['/about']" |
|
|
|
|
|
> |
|
|
|
|
|
<gf-value |
|
|
|
|
|
icon="people-outline" |
|
|
|
|
|
size="large" |
|
|
|
|
|
[value]="statistics?.gitHubContributors ?? '-'" |
|
|
|
|
|
>Contributors on GitHub</gf-value |
|
|
|
|
|
> |
|
|
|
|
|
</a> |
|
|
|
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
class="col-md-4 d-flex my-1" |
|
|
class="col-md-4 d-flex my-1" |
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" |
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" |
|
@ -300,7 +319,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="row my-3"> |
|
|
<div *ngIf="hasPermissionForSubscription" class="row my-3"> |
|
|
<div class="col-12"> |
|
|
<div class="col-12"> |
|
|
<h2 class="h4 mb-1 text-center"> |
|
|
<h2 class="h4 mb-1 text-center"> |
|
|
How does <strong>Ghostfolio</strong> work? |
|
|
How does <strong>Ghostfolio</strong> work? |
|
|