|
@ -44,14 +44,13 @@ |
|
|
|
|
|
|
|
|
<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' }" |
|
|
> |
|
|
> |
|
|
<a |
|
|
<a |
|
|
class="d-block" |
|
|
class="d-block" |
|
|
title="Ghostfolio in Numbers: Monthly Active Users (MAU)" |
|
|
title="Ghostfolio in Numbers: Monthly Active Users (MAU)" |
|
|
[routerLink]="['/about']" |
|
|
[routerLink]="['/open']" |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
icon="people-outline" |
|
|
icon="people-outline" |
|
@ -61,24 +60,6 @@ |
|
|
> |
|
|
> |
|
|
</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' }" |
|
@ -86,7 +67,7 @@ |
|
|
<a |
|
|
<a |
|
|
class="d-block" |
|
|
class="d-block" |
|
|
title="Ghostfolio in Numbers: Stars on GitHub" |
|
|
title="Ghostfolio in Numbers: Stars on GitHub" |
|
|
[routerLink]="['/about']" |
|
|
[routerLink]="['/open']" |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
icon="star-outline" |
|
|
icon="star-outline" |
|
@ -103,7 +84,7 @@ |
|
|
<a |
|
|
<a |
|
|
class="d-block" |
|
|
class="d-block" |
|
|
title="Ghostfolio in Numbers: Pulls on Docker Hub" |
|
|
title="Ghostfolio in Numbers: Pulls on Docker Hub" |
|
|
[routerLink]="['/about']" |
|
|
[routerLink]="['/open']" |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
icon="cloud-download-outline" |
|
|
icon="cloud-download-outline" |
|
|